import { ReactiveDataModule } from '../tabulator_esm.js'; declare class CustomReactiveDataModule extends ReactiveDataModule { watchTreeChildren(row: any): void; } export { CustomReactiveDataModule };