export interface Time { width?: number; height?: number; color?: 'primary' | 'secondary' | 'custom' | string } declare const Time: React.ComponentType