import { CalendarProps } from '../type'; interface WrapperProps extends CalendarProps { calendarGridH: number; } export declare const CalendarWrapper: import("styled-components").StyledComponent<"div", any, WrapperProps, never>; export {};