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