export declare const CSS: {
    title: string;
    close: string;
    imageContainer: string;
    chipIcon: string;
    textSlotted: string;
    container: string;
    imageSlotted: string;
    closable: string;
    multiple: string;
    single: string;
    selectable: string;
    selectIcon: string;
    selectIconActive: string;
    nonInteractive: string;
    isCircle: string;
    selected: string;
};
export declare const SLOTS: {
    image: string;
};
export declare const ICONS: {
    readonly close: "x";
    readonly checkedSingle: "circle-f";
    readonly uncheckedMultiple: "square";
    readonly checkedMultiple: "check-square-f";
};
