interface RingProps {
    size?: number | string;
    color?: string;
    speed?: number | string;
    stroke?: number | string;
    bgOpacity?: number | string;
}
declare const Ring: React.FC<RingProps>;
export default Ring;
//# sourceMappingURL=Ring.d.ts.map