import { ModuleWithProviders, InjectionToken } from '@angular/core'; import { TableState } from './table-definition'; import { Store } from '@ngrx/store'; export declare const TABLE_DEFINITIONS: InjectionToken<{}>; export declare class DxFormsDefinitionLoaderModule { static forSandbox(definitions: { [tableId: string]: Partial>; }): ModuleWithProviders; constructor(store$: Store, definitions: any); }