import type { ListBoxProps } from "./types"; export declare function ListBox(props: ListBoxProps): JSX.Element;