import { TemplateRef } from '@angular/core'; import { BooleanTranslateFormat } from '@bootkit/angular/localization'; import * as i0 from "@angular/core"; export declare class InfoTableRowDirective { templateRef?: TemplateRef; label?: string; icon?: string; value?: string | number | boolean | { url?: string; text?: string; newWindow?: boolean; showIcon?: boolean; } | null; type: 'text' | 'textarea' | 'id' | 'code' | 'number' | 'currency' | 'date' | 'time' | 'timespan' | 'link' | { enum: string; } | { boolean: BooleanTranslateFormat; }; valueClass?: string | string[]; englishDigits: boolean; boldLabel: boolean; boldValue: boolean; showCopy: boolean; emptyCellText?: string; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }