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