import type { ButtonBaseProps } from '@mui/material/ButtonBase'; import type { FC } from 'react'; export declare const UserMenuButton: FC;