/// import { PopoverOptions, PopoverHTMLProps } from "../Popover/Popover"; import { unstable_ComboboxListOptions as ComboboxListOptions, unstable_ComboboxListHTMLProps as ComboboxListHTMLProps } from "./ComboboxList"; import { ComboboxPopoverStateReturn } from "./__utils/ComboboxPopoverState"; export declare const unstable_useComboboxPopover: { (options?: unstable_ComboboxPopoverOptions | undefined, htmlProps?: unstable_ComboboxPopoverHTMLProps | undefined, unstable_ignoreUseOptions?: boolean | undefined): unstable_ComboboxPopoverHTMLProps; unstable_propsAreEqual: (prev: import("..").BoxOptions & Pick, "menuRole"> & Pick & Pick & Pick, "unstable_referenceRef"> & import("react").HTMLAttributes & import("react").RefAttributes & { wrapElement?: ((element: import("react").ReactNode) => import("react").ReactNode) | undefined; } & { wrapElement?: ((element: import("react").ReactNode) => import("react").ReactNode) | undefined; }, next: import("..").BoxOptions & Pick, "menuRole"> & Pick & Pick & Pick, "unstable_referenceRef"> & import("react").HTMLAttributes & import("react").RefAttributes & { wrapElement?: ((element: import("react").ReactNode) => import("react").ReactNode) | undefined; } & { wrapElement?: ((element: import("react").ReactNode) => import("react").ReactNode) | undefined; }) => boolean; __keys: readonly any[]; __useOptions: (options: unstable_ComboboxPopoverOptions, htmlProps: unstable_ComboboxPopoverHTMLProps) => unstable_ComboboxPopoverOptions; }; export declare const unstable_ComboboxPopover: import("reakit-system/ts/createComponent").Component<"div", unstable_ComboboxPopoverOptions>; export declare type unstable_ComboboxPopoverOptions = ComboboxListOptions & Omit & Pick, "unstable_referenceRef">; export declare type unstable_ComboboxPopoverHTMLProps = PopoverHTMLProps & ComboboxListHTMLProps; export declare type unstable_ComboboxPopoverProps = unstable_ComboboxPopoverOptions & unstable_ComboboxPopoverHTMLProps;