import { GradientRingProps } from '../../types'; /** * GradientRing - Ring with a flowing multi-color gradient that travels around it * * @example * ```tsx * * * ``` */ export declare const GradientRing: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=GradientRing.d.ts.map