import { CircularProgressWithLabelModel } from './CircularProgressWithLabel.types';
declare function CircularProgressWithLabel(props: CircularProgressWithLabelModel): import("react/jsx-runtime").JSX.Element;
export default CircularProgressWithLabel;
