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