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