import type { BaseTableAPI } from '../../ts-types/base-table';
import type { Scenegraph } from '../scenegraph';
export declare function createReactContainer(table: BaseTableAPI): void;
export declare function updateReactContainer(table: BaseTableAPI): void;
export declare function updateReactComponentContainer(scene: Scenegraph): void;
