import { FormatOptions } from 'date-fns'; export declare const useLocalizedDate: () => (date: DateType | number | string, formatString?: string, options?: FormatOptions) => string; //# sourceMappingURL=useLocalizedDate.d.ts.map