export declare const timePickerTokens: {
    calciteTimePickerBackgroundColor: string;
    calciteTimePickerCornerRadius: string;
    calciteTimePickerButtonBackgroundColorHover: string;
    calciteTimePickerButtonBackgroundColorPress: string;
    calciteTimePickerColor: string;
    calciteTimePickerIconColor: string;
    calciteTimePickerInputBorderColorPress: string;
    calciteTimePickerInputBorderColorHover: string;
};
export declare const timePicker: string;
