import type { ComponentType } from 'react';
import type { CircularProgressProps } from '@mui/material';
interface CircularProgressStyledProps {
    showProgress?: boolean;
    customColor?: string;
}
type CircularProgressStyledPropsType = CircularProgressProps & CircularProgressStyledProps;
export declare const CircularProgress: ComponentType<CircularProgressStyledPropsType>;
export {};
//# sourceMappingURL=CircularProgress.styled.d.ts.map