export declare const ComboboxItemSelector = "CALCITE-COMBOBOX-ITEM";
export declare const ComboboxItemGroupSelector = "CALCITE-COMBOBOX-ITEM-GROUP";
export declare const AllComboboxChildrenSelector = "CALCITE-COMBOBOX-ITEM, CALCITE-COMBOBOX-ITEM-GROUP";
export declare const CSS: {
    allSelected: string;
    chip: string;
    chipInvisible: string;
    icon: string;
    input: string;
    inputHidden: string;
    label: string;
    labelIcon: string;
    listContainer: string;
    placeholderIcon: string;
    selectAll: string;
    selectionDisplayFit: string;
    selectionDisplaySingle: string;
    selectedIcon: string;
    floatingUIContainer: string;
    screenReadersOnly: string;
    wrapper: string;
    wrapperSingle: string;
    wrapperActive: string;
};
export declare const IDS: {
    validationMessage: string;
};
