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