import * as React from 'react'; import { DateRangePickerDayProps } from './DateRangePickerDay.types'; /** * DateRangePickerDay wraps DatePickerDay and adds range/preview logic and classes. * This implementation follows MUI's pattern of using a three-layer structure. */ export declare const DateRangePickerDay: React.ForwardRefExoticComponent & React.RefAttributes>;