import { TemplateRef } from '@angular/core'; import { InfoCardEntryItem } from './info-card.component'; import * as i0 from "@angular/core"; export interface InfoCardItemValueContext { $implicit: T; value: T; item: InfoCardEntryItem; } export declare class InfoCardItemValueDirective { readonly template: TemplateRef>; key: string; constructor(template: TemplateRef>); static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, "ng-template[itemValue]", never, { "key": { "alias": "itemValue"; "required": false; }; }, {}, never, never, false, never>; }