/** * Checks whether a given value is a `NativeElement`. * @param value The value to check if it is a `NativeElement`. */ export declare function isNativeElement(value: any): value is Element;