import type { PropsWithChildren } from 'react'; import type { WidgetVariant } from '../types'; export declare const maxHeight = 680; export declare const AppExpandedContainer: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps & { variant?: WidgetVariant | undefined; }, {}, {}>; export declare const FlexContainer: import("@emotion/styled").StyledComponent, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, "fixed" | "maxWidth" | "children" | "sx" | "style" | "className" | "classes" | "disableGutters"> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const AppContainer: React.FC>;