type WrapperProps = {
    jalali: boolean;
};
export declare const Wrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, WrapperProps, never>;
type MonthProps = {
    numberOfMonths: number;
};
export declare const Month: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, MonthProps, never>;
export declare const Weeks: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, WrapperProps, never>;
export {};
