import * as styles from '../style/Date'; export declare type DateInterface = { placeholder?: string; minYear?: number; maxYear?: number; label?: string; locale?: 'pl' | 'en'; styles?: typeof styles; };