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