import { type ClassDeclaration } from 'ts-morph'; import { type Pattern, type Query, type StructureType } from '../../utils'; export declare function getNgComponents(pattern: Pattern, query?: Query, 'kind'>>): ClassDeclaration[];