import { TemplateRef } from '@angular/core'; import { JsonFieldType } from '../json/types'; import * as i0 from "@angular/core"; export declare class JsonValueDirective { readonly templateRef: TemplateRef; type: import("@angular/core").InputSignal; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }