import { ElementRef } from '@angular/core';
export declare function coerceElement(elementOrRef: Element | ElementRef<Element>): Element;
export declare function coerceElement(elementOrRef: Element | ElementRef<Element> | null | undefined): Element | null | undefined;
