import { default as React } from 'react';
import { IconStyles } from './types';
interface EngineeringIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const EngineeringIcon: React.FC<EngineeringIconProps>;
export default EngineeringIcon;
//# sourceMappingURL=Engineering.d.ts.map