import { StackProps } from '@mui/material'; import { PropsWithChildren } from 'react'; import { FullPageLoaderProps } from './types'; export declare const Dimmer: ({ fullPage, children, sx, ...stackProps }: PropsWithChildren) => import("@emotion/react/jsx-runtime").JSX.Element;