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