import type { RefObject } from 'react'; import type { AriaListBoxOptions } from 'react-aria'; import type { ListState } from 'react-stately'; interface ListBoxProps extends AriaListBoxOptions { listBoxRef?: RefObject; state: ListState; } export declare function ListBox(props: ListBoxProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Listbox.d.ts.map