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