import { SelectProps } from "@material-ui/core/Select"; import { SidePanel } from "../../flex-ui-core/src"; import { ThemeProps } from "../theme"; export declare const StyledSidePanel: import("@emotion/styled").StyledComponent, "className" | "children" | "title" | "displayName" | "contentStore" | "handleCloseClick" | "HeaderComponent" | "rightButton" | "closeRef"> & Partial, "themeOverride" | "childrenProps" | "isHidden">> & Partial> & { theme?: import("@emotion/react").Theme; }, {}, { ref?: import("react").Ref>; }>; export declare const Container: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; interface AppStatusContainerProps extends ThemeProps { disabled?: boolean; } export declare const DialerContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & AppStatusContainerProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const OfflineContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const Caption: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLLabelElement>, {}>; export declare const StyledSelect: import("@emotion/styled").StyledComponent; export declare const CallControls: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const CallAnimation: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ErrorMessage: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & ThemeProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {};