import { PerspectiveRingProps } from '../../types'; /** * PerspectiveRing - 3D ring with perspective and shadow * * A ring that appears to rotate in 3D space with adjustable tilt, * creating depth perception with optional shadow effects. * * @example * ```tsx * * * ``` */ export declare const PerspectiveRing: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=PerspectiveRing.d.ts.map