import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { TreeProps, FieldNamesProps } from './types'; export declare const STree: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ "onUpdate:selectKeys"?: ((value: (string | number)[]) => any) | undefined; "onUpdate:checkedKeys"?: ((value: (string | number)[]) => any) | undefined; "onUpdate:indeterminateKeys"?: ((value: (string | number)[]) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:selectKeys": (value: (string | number)[]) => any; "update:checkedKeys": (value: (string | number)[]) => any; "update:indeterminateKeys": (value: (string | number)[]) => any; }, PublicProps, { fieldNames: FieldNamesProps; multiple: boolean; defaultExpandedKeys: (number | string)[]; selectable: boolean; virtual: boolean; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< TreeProps & { selectKeys?: (string | number)[]; checkedKeys?: (string | number)[]; indeterminateKeys?: (string | number)[]; }> & Readonly<{ "onUpdate:selectKeys"?: ((value: (string | number)[]) => any) | undefined; "onUpdate:checkedKeys"?: ((value: (string | number)[]) => any) | undefined; "onUpdate:indeterminateKeys"?: ((value: (string | number)[]) => any) | undefined; }>, {}, {}, {}, {}, { fieldNames: FieldNamesProps; multiple: boolean; defaultExpandedKeys: (number | string)[]; selectable: boolean; virtual: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ "onUpdate:selectKeys"?: ((value: (string | number)[]) => any) | undefined; "onUpdate:checkedKeys"?: ((value: (string | number)[]) => any) | undefined; "onUpdate:indeterminateKeys"?: ((value: (string | number)[]) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:selectKeys": (value: (string | number)[]) => any; "update:checkedKeys": (value: (string | number)[]) => any; "update:indeterminateKeys": (value: (string | number)[]) => any; }, string, { fieldNames: FieldNamesProps; multiple: boolean; defaultExpandedKeys: (number | string)[]; selectable: boolean; virtual: boolean; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin; export * from './types';