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