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