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