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