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