import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TemplateNameDirective { protected readonly _templateRef: TemplateRef; /** * template's name */ name: string; /** * name used by the configurator to identify the component */ display?: string; /** * icon used by the configurator to identify the component */ iconClass?: string; /** * description used by the configurator */ description?: string; templateRef: TemplateRef; constructor(_templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }