import type { CreateDOMParamsType, IGraphic } from '@visactor/vtable/es/vrender';
import { ContainerModule } from '@visactor/vtable/es/vrender';
export type CreateDOMParamsTypeForVTable = CreateDOMParamsType & {
    graphic: IGraphic;
    style?: Record<string, any>;
};
export declare const reactEnvModule: ContainerModule;
