import { type PipeTransform, TemplateRef } from '@angular/core';
import type { AbstractSchema } from '../schemas';
import type { Indexable } from '../types';
import * as i0 from "@angular/core";
export declare class FluentWidgetTemplatePipe implements PipeTransform {
    private readonly registry;
    private readonly templates;
    transform(value: Indexable<AbstractSchema>): TemplateRef<unknown>;
    static ɵfac: i0.ɵɵFactoryDeclaration<FluentWidgetTemplatePipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<FluentWidgetTemplatePipe, "widgetTemplate", true>;
}
