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