import { InjectionToken } from '@angular/core';
export declare const DATA_TABLE_ROW: InjectionToken<unknown>;
