import { SFCWithInstall } from "../../../utils/vue/typescript.js"; import { EpPropMergeType } from "../../../utils/vue/props/types.js"; import { SelectContext } from "../../select/src/type.js"; import * as _$vue from "vue"; //#region ../../packages/components/tree-select/src/tree-select-option.d.ts declare const component: _$vue.DefineComponent<{}, any, {}, {}, { selectOptionClick(): void; }, _$vue.ComponentOptionsMixin, SFCWithInstall<_$vue.DefineComponent<_$vue.ExtractPropTypes<{ value: { readonly type: _$vue.PropType>; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; label: { readonly type: _$vue.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; created: BooleanConstructor; disabled: BooleanConstructor; }>, { ns: { namespace: _$vue.ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element?: string, modifier?: string) => string; bm: (blockSuffix?: string, modifier?: string) => string; bem: (blockSuffix?: string, element?: string, modifier?: string) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; id: _$vue.Ref; containerKls: _$vue.ComputedRef; currentLabel: _$vue.ComputedRef>; itemSelected: _$vue.ComputedRef; isDisabled: _$vue.ComputedRef; select: SelectContext; visible: _$vue.Ref; hover: _$vue.Ref; states: { index: number; groupDisabled: boolean; visible: boolean; hover: boolean; }; hoverItem: () => void; handleMousedown: (event: MouseEvent) => void; updateOption: (query: string) => void; selectOptionClick: () => void; }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<_$vue.ExtractPropTypes<{ value: { readonly type: _$vue.PropType>; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; label: { readonly type: _$vue.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; created: BooleanConstructor; disabled: BooleanConstructor; }>> & Readonly<{}>, { disabled: boolean; created: boolean; }, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>>, {}, string, _$vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>; //#endregion export { component as default };