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