import type { SxProps } from '@mui/material';
declare const Loading: ({ light, sx, ...rest }: {
    light?: boolean;
    sx?: SxProps;
}) => import("react/jsx-runtime").JSX.Element;
export default Loading;
