///
import { CircularProgressProps } from '@mui/material/CircularProgress';
declare function CircularProgressWithLabel({ variant, hasLabel, ...props }: CircularProgressProps & {
value?: number;
hasLabel?: boolean;
}): import("react").JSX.Element;
declare namespace CircularProgressWithLabel {
var displayName: string;
}
declare const _default: import("react").MemoExoticComponent;
export default _default;