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