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