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