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