export declare type DateFormatProps = { date?: Date; locale?: string | string[]; nice?: boolean; options?: Intl.DateTimeFormatOptions; }; export declare function DateFormat({ date, locale, options, nice, }: DateFormatProps): any; //# sourceMappingURL=DateFormat.d.ts.map