import { LookupBoxModel, ObjectOrChildModel, Tree } from '../../../index';
export interface TreeBoxModel<TValue> extends LookupBoxModel<TValue> {
    tree?: ObjectOrChildModel<Tree>;
}
//# sourceMappingURL=TreeBoxModel.d.ts.map