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