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