import React from 'react'; export interface IfcIconProps { className?: string; size?: number | string; monochromatic?: boolean; } export declare const IfcIcon: React.NamedExoticComponent; //# sourceMappingURL=IfcIcon.d.ts.map