///
import { BoxOptions, BoxHTMLProps } from "../Box/Box";
import { unstable_ComboboxStateReturn } from "./ComboboxState";
export declare const unstable_useComboboxList: {
(options?: unstable_ComboboxListOptions | undefined, htmlProps?: BoxHTMLProps | undefined, unstable_ignoreUseOptions?: boolean | undefined): BoxHTMLProps;
unstable_propsAreEqual: (prev: BoxOptions & Pick, "menuRole"> & Pick & import("react").HTMLAttributes & import("react").RefAttributes & {
wrapElement?: ((element: import("react").ReactNode) => import("react").ReactNode) | undefined;
}, next: BoxOptions & Pick, "menuRole"> & Pick & import("react").HTMLAttributes & import("react").RefAttributes & {
wrapElement?: ((element: import("react").ReactNode) => import("react").ReactNode) | undefined;
}) => boolean;
__keys: readonly any[];
__useOptions: (options: unstable_ComboboxListOptions, htmlProps: BoxHTMLProps) => unstable_ComboboxListOptions;
};
export declare const unstable_ComboboxList: import("reakit-system/ts/createComponent").Component<"div", unstable_ComboboxListOptions>;
export declare type unstable_ComboboxListOptions = BoxOptions & Pick, "menuRole"> & Pick;
export declare type unstable_ComboboxListHTMLProps = BoxHTMLProps;
export declare type unstable_ComboboxListProps = unstable_ComboboxListOptions & unstable_ComboboxListHTMLProps;