import { TypePropType } from './adapt'; export declare const treeItemProps: { stateId: { type: TypePropType; }; itemKey: { type: TypePropType; }; rowIndex: { type: TypePropType; }; treeScope: { type: TypePropType; }; }; declare const _default: import("vue").ComponentOptions & import("@vue/composition-api").Data, {}, {}, { stateId: { type: TypePropType; }; itemKey: { type: TypePropType; }; rowIndex: { type: TypePropType; }; treeScope: { type: TypePropType; }; }, import("@vue/composition-api").ExtractPropTypes<{ stateId: { type: TypePropType; }; itemKey: { type: TypePropType; }; rowIndex: { type: TypePropType; }; treeScope: { type: TypePropType; }; }>> & Omit, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & { rowIndex?: number; treeScope?: import("./tree-types").TypeTreeScope; stateId?: string; itemKey?: string; }, import("@vue/composition-api").ShallowUnwrapRef, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {} & { rowIndex?: number; treeScope?: import("./tree-types").TypeTreeScope; stateId?: string; itemKey?: string; }, {}, true>); export default _default;