import { OrbitRingsProps } from '../../types'; /** * OrbitRings - Concentric rings with rotation animation * * Multiple rings rotating at different speeds, creating a hypnotic effect. * * @example * ```tsx * * * * ``` */ export declare const OrbitRings: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=OrbitRings.d.ts.map