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