/// declare const StyledDatePickerDay: import("styled-components").StyledComponent, HTMLDivElement>, "ref">, "as" | keyof import("../../private/utils/composers").ComposedBoxProps> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; } & { readonly date?: Date | undefined; readonly dateRange?: import("../../private/utils/date").DateRange | undefined; readonly defaultVisibleMonth?: Date | undefined; readonly disabledDays?: import("react-day-picker").Modifier | import("react-day-picker").Modifier[]; readonly firstDayOfWeek?: number | undefined; readonly isRange?: boolean | undefined; readonly locale?: string | undefined; readonly minDate?: Date | undefined; readonly maxDate?: Date | undefined; readonly modifiers?: Partial | undefined; readonly onDayClick?: ((day: Date, modifiers: import("react-day-picker").DayModifiers, e: import("react").MouseEvent) => void) | undefined; }, never>; export default StyledDatePickerDay;