import { TListBoxItemProps } from './TListBoxItem.model'; declare function ListBoxItem(props: TListBoxItemProps): import("react/jsx-runtime").JSX.Element; declare namespace ListBoxItem { var displayName: string; } export { ListBoxItem };