import * as React from "react"; import { DropdownMenuProps } from "../dropdownMenu/components/DropdownMenu"; type PopoverProps = Omit; export declare const DropdownMenuCell: (props: PopoverProps) => React.JSX.Element; export {};