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