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