export declare const comboboxItemTokens: {
    calciteComboboxTextColor: string;
    calciteComboboxTextColorHover: string;
    calciteComboboxItemBackgroundColorActive: string;
    calciteComboboxItemBackgroundColorHover: string;
    calciteComboboxSelectedIconColor: string;
    calciteComboboxDescriptionTextColor: string;
    calciteComboboxDescriptionTextColorPress: string;
    calciteComboboxHeadingTextColor: string;
};
export declare const comboboxItem: string;
export declare const selectedComboboxItem: string;
