import { ElementType } from "react"; type Props = { jalali: boolean; startOfWeek: number; components?: { titles?: string[]; wrapper?: ElementType<{ jalali: boolean; startOfWeek: number; }>; }; }; export declare const TitleOfWeek: ({ jalali, startOfWeek, components }: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TitleOfWeek.d.ts.map