/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ElementRef } from '@angular/core';
/**
 * @hidden
 */
export declare const hasClass: (element: HTMLElement, className: string) => boolean;
/**
 * @hidden
 */
export declare function invokeElementMethod(element: ElementRef, name: string, ...args: any[]): any;
/**
 * @hidden
 */
export declare const isUntouched: (element: any) => boolean;
/**
 * @hidden
 */
export declare const containsFocus: (hostElement: any, contender: any) => boolean;
/**
 * @hidden
 */
export declare const closest: (node: any, predicate: any) => any;
