import { type ClassDeclaration, type Pattern, type Query, type StructureType } from 'ng-morph'; import { type TemplateResource } from '../../ng-update/interfaces/template-resource'; export declare function getComponentTemplates(pattern: Pattern, query?: Query, 'kind'>>): TemplateResource[];