import { ComponentFixture } from '@angular/core/testing'; /** * Get the message element * * @param fixture * @returns HTMLElement */ export declare const getValidationMessageElement: (fixture: ComponentFixture) => HTMLElement;