/// export interface IconConstructProps { size?: string; style?: React.CSSProperties; } export declare const IconConstruct: React.FC;