import type { SVGProps } from "react"; export interface ProgressIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function ProgressIcon({ className, size, color, ...props }: ProgressIconProps): import("react").JSX.Element; //# sourceMappingURL=progress-icon.d.ts.map