import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export interface IGridRowCardViewContext { index: number; last: boolean; data: T; } export declare class UiGridRowCardViewDirective { html?: TemplateRef>; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, "[uiGridRowCardView], ui-grid-row-card-view", never, {}, {}, ["html"], never, false, never>; }