import { FdsNodeShape, WrapperProps } from './types'; type __VLS_Props = WrapperProps>; declare const _default: import('vue').DefineComponent<__VLS_Props, { selectedNodeObjects: import('vue').ComputedRef; selectedNodes: import('vue').Reactive>; getSearchContainerHeight: () => number | undefined; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:selectedNodes": (value: FdsNodeShape[]) => any; getSearchContainerHeight: (value: number) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:selectedNodes"?: ((value: FdsNodeShape[]) => any) | undefined; onGetSearchContainerHeight?: ((value: number) => any) | undefined; }>, { dataTestid: string; indentation: number; expandChildrenOnParentCheck: boolean; expandAllChildrenOnParentCheck: boolean; showIndeterminateOnlyOnChildrenSelection: boolean; searchExpandNodes: boolean; titleTemplate: string; showNodeDescription: boolean; showChildrenCount: boolean; expandChildrenOnSelect: boolean; showIndeterminate: boolean; horizontalScroll: boolean; searchEnabled: boolean; searchMatchParams: string[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { searchContainerRef: HTMLDivElement; }, HTMLDivElement>; export default _default;