import { StyledListProps } from "@re-flex/styled/List"; import React from "react"; import { PopoverProps } from "../Popover"; declare type MenuProps = Omit & { listProps?: StyledListProps; }; declare const Menu: React.FC; export default Menu;