export declare const tabsTokens: {
    calciteTabBackgroundColor: string;
    calciteTabBackgroundColorHover: string;
    calciteTabBorderColor: string;
    calciteTabTextColor: string;
    calciteTabAccentColor: string;
    calciteTabAccentColorHover: string;
    calciteTabAccentColorPress: string;
    calciteTabIconColorEnd: string;
    calciteTabIconColorStart: string;
    calciteTabCloseIconColor: string;
    calciteTabCloseIconColorPress: string;
    calciteTabCloseBackgroundColor: string;
    calciteTabCloseBackgroundPress: string;
    calciteTabContentSpaceY: string;
};
export declare const tabs: string;
export declare const tabsBordered: string;
