import type { BoxProps } from '@mui/material';
type Props = {
    sx?: BoxProps['sx'];
};
export declare const CircularLoader: ({ sx }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
