import React from "react";
import { Moment } from "moment-jalaali";
import "./Months.scss";
declare type DaysProps = {
    currentValue: Moment;
    switchView: (view: "months" | "days") => void;
    updateValue: (newValue: Moment) => void;
};
export declare const Months: React.FC<DaysProps>;
export {};
//# sourceMappingURL=Months.d.ts.map