import * as styles from '../style/Time'; export declare type TimeInterface = { label?: string; styles?: typeof styles; };