import type { ContainerProps } from '@mui/material'; export interface PageContainerProps extends ContainerProps { halfGutters?: boolean; topGutters?: boolean; bottomGutters?: boolean; } export declare const PageContainer: import("@emotion/styled").StyledComponent, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject | null | undefined; }, "fixed" | "maxWidth" | "children" | "sx" | "style" | "className" | "classes" | "disableGutters"> & import("@mui/system").MUIStyledCommonProps & PageContainerProps, {}, {}>;