/** * Nested list with expand/collapse and tri-state checkboxes * * Vue wrapper for the `Tree` controller (`@42/core/tree`). 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, ("tree:change" | "tree:toggle")[], "tree:change" | "tree:toggle", import('vue').PublicProps, Readonly> & Readonly<{ "onTree:change"?: ((...args: any[]) => any) | undefined; "onTree:toggle"?: ((...args: any[]) => any) | undefined; }>, { expandAll: boolean; treeSelection: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;