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