import { Icon } from '../iconTypes';
declare const IconFileDwg: (props: Icon) => JSX.Element;
export default IconFileDwg;
