import { CHIP_STATUS } from "../../utils/enums";
export declare class SlChip {
    status: CHIP_STATUS | `${CHIP_STATUS}`;
    render(): any;
}
