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