/** * Hierarchical multi-select with tri-state checkboxes * * Vue wrapper for the `NestedSelect` controller (`@42/core/nested-select`). Props mirror * the controller options; events are re-emitted with the CustomEvent detail. * Place the controller markup in the default slot. */ declare const _default: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("nestedselect:change" | "nestedselect:open" | "nestedselect:close")[], "nestedselect:change" | "nestedselect:open" | "nestedselect:close", import('vue').PublicProps, Readonly> & Readonly<{ "onNestedselect:change"?: ((...args: any[]) => any) | undefined; "onNestedselect:open"?: ((...args: any[]) => any) | undefined; "onNestedselect:close"?: ((...args: any[]) => any) | undefined; }>, { filter: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;