import { type ClassDeclaration } from 'ts-morph'; export declare function isStandaloneComponent(component: ClassDeclaration): boolean;