/// export interface IconFitnessProps { size?: string; style?: React.CSSProperties; } export declare const IconFitness: React.FC;