import { SxProps, Theme } from '@mui/material'; interface CircularLoaderProps { fullScreen?: boolean; label?: string; sxOverrides?: { container?: SxProps; text?: SxProps; }; } export declare const CircularLoader: (props: CircularLoaderProps) => import("@emotion/react/jsx-runtime").JSX.Element; export {};