///
import { StyledMonthBoxProps } from './types';
declare const StyledDatePickerMonth: 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 defaultVisibleYear?: Date | undefined;
readonly isRange?: boolean | undefined;
readonly locale?: string | undefined;
readonly minDate?: Date | undefined;
readonly maxDate?: Date | undefined;
readonly onMonthClick?: ((month: Date) => void) | undefined;
}, never>;
declare const StyledMonthBox: import("styled-components").StyledComponent;
export { StyledMonthBox };
export default StyledDatePickerMonth;