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