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