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; export {}; //# sourceMappingURL=CircularProgress.styled.d.ts.map