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