import { IGridDataEntry } from '../models'; import * as i0 from "@angular/core"; /** * Row configuration directive. * * @export */ export declare class UiGridRowConfigDirective { /** * Class function factory, used to apply `ngClass` on rows. * */ ngClassFn: (entry: T) => Record; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, "[uiGridRowConfig], ui-grid-row-config", never, { "ngClassFn": "ngClassFn"; }, {}, never, never, false, never>; }