import { Dayjs } from "dayjs";
export declare const dayjsLocalized: (jalali?: boolean, date?: string, locale?: string) => Dayjs;
