import dayjs from 'dayjs'; import 'dayjs/locale/zh'; export declare const useLanDayjs: () => (t: dayjs.ConfigType) => dayjs.Dayjs;