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