import { type PropsWithChildren } from 'react'; import { type MinMaxDate } from '../../types'; export declare const MinMaxDateContextProvider: ({ maxDate, minDate, children, }: PropsWithChildren>) => JSX.Element;