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