import { CalendarStylesProps } from './types'; export declare const CalendarWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const Container: import("@emotion/styled").StyledComponent & { theme?: import("@emotion/react").Theme; } & CalendarStylesProps, {}, {}>; export declare const InputsWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & CalendarStylesProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const CalendarStyles: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & CalendarStylesProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;