import { GenericNode, NestedCheckboxProps } from '../Form/NestedCheckboxHelper'; type TreeListBoxProps = NestedCheckboxProps; declare function TreeListBox({ data, hasData, isLoading, tableConfig, noDataText, identifierKeys, isSearchable, customHeight, customWidth, onChange, setItemStates, itemStates, search, qaTestId, ignoreNodeHierarchy, }: TreeListBoxProps): import("react/jsx-runtime").JSX.Element; export default TreeListBox;