import { type ClassDeclaration, type Node } from 'ng-morph'; export declare function getComponentFromIdentifier(identifier: Node): ClassDeclaration | undefined;