import { ComponentFixture } from '@angular/core/testing';
export declare function getNativeElementByTestId<TComponent>(fixture: ComponentFixture<TComponent>, testId?: string): any;
