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