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