/// <reference types="react" />
export interface IconCodeSlashOutlineProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconCodeSlashOutline: React.FC<IconCodeSlashOutlineProps>;
