import React from "react"; import { UIKITTheme } from "../../../globalStyles/theme"; export declare const StyledPopover: import("@emotion/styled").StyledComponent, {}, {}>; export declare const FilterButtonsWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const FooterWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; interface ThemeProps { colorTheme: UIKITTheme; } export declare const FooterText: import("@emotion/styled").StyledComponent & ThemeProps, React.DetailedHTMLProps, HTMLSpanElement>, {}>; export declare const StyledInput: import("@emotion/styled").StyledComponent, {}, {}>; export declare const DatePickerWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; } & { colorTheme: UIKITTheme; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const Wrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; } & ThemeProps, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ActionButtonsWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const FilterButtonsButton: import("@emotion/styled").StyledComponent; export declare const FilterButtonsCustomButton: import("@emotion/styled").StyledComponent, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const FilterButtonsPickerAnchor: import("@emotion/styled").StyledComponent, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const CalendarWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; } & ThemeProps, React.DetailedHTMLProps, HTMLDivElement>, {}>; interface InputWrapperProps extends ThemeProps { variant: "primary" | "secondary"; } export declare const InputWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; } & InputWrapperProps, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ArrowForwardIcon: import("@emotion/styled").StyledComponent, "ref"> & { ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject | null | undefined; }, "children" | "fontSize" | "className" | "style" | "classes" | "color" | "sx" | "shapeRendering" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const CalendarTodayIcon: import("@emotion/styled").StyledComponent, "ref"> & { ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject | null | undefined; }, "children" | "fontSize" | "className" | "style" | "classes" | "color" | "sx" | "shapeRendering" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const TimeWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const DateTimeFlexBox: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export {};