import { Moment } from "moment-jalaali";
import React from "react";
import "./Hours.scss";
declare type DaysProps = {
    currentValue: Moment;
    dismissModal?: () => void;
    updateValue: (newValue: Moment) => void;
    showOkButton?: boolean;
};
export declare const Hours: React.FC<DaysProps>;
export {};
//# sourceMappingURL=Hours.d.ts.map