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