export declare const FORMAT_DATE_AND_TIME: Intl.DateTimeFormatOptions;
export default function useFormatDate(): (date: Date, options?: Intl.DateTimeFormatOptions) => string;
