export * from './Backdrop'; export declare const BackdropThemeComponents: { MuiBackdrop: { defaultProps?: Partial | undefined; styleOverrides?: Partial> | undefined; variants?: { props: Partial | ((props: Partial & { ownerState: Partial; }) => boolean); style: import("@mui/system").Interpolation<{ theme: import("../../styles").Theme; }>; }[] | undefined; } | undefined; };