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