import dayjs from 'dayjs';
export declare const useDayjs: () => (date?: any) => dayjs.Dayjs;
