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