import { MenuPopoverProps } from "./types"; export default function MenuPopover({ children, sx, ...other }: MenuPopoverProps): JSX.Element;