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