import * as React from 'react'; import { PropsWithChildren } from 'react'; interface IMenuUserProps { showIcon?: boolean; expanded?: boolean; } export declare const NavbarNavMenuUser: React.FC & React.HTMLProps>; export {};