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