interface Props {
    size?: number;
    color?: 'inherit' | 'primary' | 'secondary';
}
export declare function CircularProgressCustom({ size, color, }: Props): import("react/jsx-runtime").JSX.Element;
export {};
