import React from 'react'; import { DateLimitProps } from "../../index"; declare type Props = { currentVisibleDate: Date; onChange: (date: Date) => void; } & DateLimitProps; export declare const MonthsSliderSingle: React.FC; export {};