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