export declare const DropdownTokens: {
    calciteDropdownWidth: string;
    calciteDropdownBackgroundColor: string;
};
export declare const DropdownGroupTokens: {
    calciteDropdownGroupBorderColor: string;
    calciteDropdownGroupTitleTextColor: string;
};
export declare const DropdownItemTokens: {
    calciteDropdownItemTextColor: string;
    calciteDropdownItemBackgroundColorHover: string;
    calciteDropdownItemBackgroundColorPress: string;
    calciteDropdownItemIconColorHover: string;
    calciteDropdownItemIconColorPress: string;
    calciteDropdownItemTextColorPress: string;
};
export declare const dropdown: string;
