declare const dayjs: {
(date?: any, cfg?: any): any;
isDayjs: (d: any) => boolean;
locale: (preset: string | any, object?: any | null, isLocal?: boolean) => string;
Ls: Record<string, any>;
extend(plugin: any, option?: any): any;
};
export default dayjs;