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