///
import { MenuProps as ReakitMenuProps } from 'reakit';
import { BoxProps } from '../Box';
export declare type LocalDropdownMenuPopoverProps = {
isTabbable?: boolean;
};
export declare type DropdownMenuPopoverProps = BoxProps & ReakitMenuProps & LocalDropdownMenuPopoverProps;
export declare const DropdownMenuPopover: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};