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