import { ProgressRingProps } from '../../types'; /** * ProgressRing - Ring-style progress with gradient option * * A circular progress ring with optional gradient colors. * * @example * ```tsx * * * * * ``` */ export declare const ProgressRing: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=ProgressRing.d.ts.map