export declare const comboboxTokens: {
    calciteComboboxInputHeight: string;
    calciteComboboxInputBackgroundColor: string;
    calciteComboboxInputTextColor: string;
    calciteComboboxInputBorderColor: string;
    calciteComboboxIconColor: string;
    calciteComboboxIconColorHover: string;
    calciteComboboxBackgroundColor: string;
    calciteChipBackgroundColor: string;
    calciteChipTextColor: string;
    calciteChipIconColor: string;
    calciteChipCloseIconColor: string;
    calciteChipCornerRadius: string;
    calciteComboboxItemGroupTextColor: string;
    calciteComboboxItemGroupBorderColor: string;
};
export declare const defaultCombobox: string;
export declare const singleSelectCombobox: string;
export declare const comboboxWithPlaceHolderIcon: string;
