import { DateRange, DayPickerProps, Matcher } from 'react-day-picker'; import 'react-day-picker/style.css'; export type { DateRange, Matcher }; export declare const DayPickerWrapper: (props: DayPickerProps) => import("react/jsx-runtime").JSX.Element;