type DateInput = Date | string | number; export declare function Format(value: DateInput, layout: string): string; export {};