import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const BuildFillIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default BuildFillIcon;
