import { TypeImport } from '@rxap/ts-morph';
import { ClassDeclaration, SourceFile } from 'ts-morph';
export declare function RemoveComponentImport(sourceFileOrClassDeclaration: SourceFile | ClassDeclaration, componentImport: string | TypeImport): void;
