declare const timePickerColors: { columnBorder: string; cell: string; cellActive: string; cellHover: string; cellBackground: string; }; declare const timePickerSpace: { cellPadding: string; }; declare const timePickerFontSizes: { cell: string; }; declare const timePickerFontWeights: { cellActive: number; }; declare const timePickerLineHeights: { cell: string; }; declare const timePickerSizes: { columnWidth: string; columnAfterHeight: string; columnHeight: string; cellHeight: string; }; declare const timePickerBorderWidths: { column: string; }; export { timePickerColors, timePickerSpace, timePickerFontSizes, timePickerFontWeights, timePickerLineHeights, timePickerSizes, timePickerBorderWidths, };