import { UserMenuProps } from './types'; export declare function UserMenu(props: UserMenuProps): import("react/jsx-runtime").JSX.Element;