import { TestComponentRenderer } from "@angular/core/testing";
/**
* A NativeScript based implementation of the TestComponentRenderer.
*/
export declare classNativeScriptTestComponentRendererextendsTestComponentRenderer{
insertRootElement(rootElId: string): void;
}