import { TemplateRef } from '@angular/core'; import DataSource from 'devextreme/data/data_source'; import { SimpleGridService } from './simple-grid.service'; export declare class SimpleGridComponent { gridService: SimpleGridService; dataSource: DataSource; id: string; masterDetail?: boolean; allowColumnReordering?: boolean; detail?: TemplateRef; remoteOperations?: boolean; columnAutoWidth?: boolean; constructor(gridService: SimpleGridService); }