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