import { SkeletonOwnProps } from '@mui/material'; import { ReactElement } from 'react'; interface TextOverlayProps { message: string; } export declare function TextOverlay(props: TextOverlayProps): ReactElement; interface NoDataOverlayProps { resource: string; } export declare function NoDataOverlay(props: NoDataOverlayProps): ReactElement; interface LoadingOverlayProps { variant?: SkeletonOwnProps['variant']; } export declare function LoadingOverlay(props: LoadingOverlayProps): ReactElement; export {}; //# sourceMappingURL=Overlay.d.ts.map