/// import { Theme } from '@mui/material'; export declare const StyledPopup: import("@emotion/styled").StyledComponent<{ BackdropComponent?: import("react").ElementType> | undefined; BackdropProps?: Partial> | undefined; components?: { Root?: import("react").ElementType | undefined; Backdrop?: import("react").ElementType | undefined; } | undefined; componentsProps?: { root?: import("@mui/base").SlotComponentProps<"div", import("@mui/material").ModalUnstyledComponentsPropsOverrides, import("@mui/material").ModalUnstyledOwnerState> | undefined; backdrop?: import("@mui/base").SlotComponentProps<"div", import("@mui/material").ModalUnstyledComponentsPropsOverrides, import("@mui/material").ModalUnstyledOwnerState> | undefined; } | undefined; sx?: import("@mui/material").SxProps | undefined; } & import("@mui/material").ModalUnstyledOwnProps & Omit, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, "sx" | "components" | "componentsProps" | "BackdropComponent" | "BackdropProps" | keyof import("@mui/material").ModalUnstyledOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>;