/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
 * @hidden
 */
export declare const isPresent: (value: any) => boolean;
/**
 * @hidden
 */
export declare const outerWidth: (element: HTMLElement) => number;
/**
 * @hidden
 */
export declare const getFirstAndLastFocusable: (parent: any) => Array<HTMLElement>;
/**
 * @hidden
 */
export declare const hexColorRegex: RegExp;
/**
 * @hidden
 */
export declare const getId: (prefix: string) => string;
/**
 * @hidden
 */
export declare const ACTIONSHEET_ITEM_INDEX_ATTRIBUTE = "kendo-actionsheet-item-index";
/**
 * @hidden
 */
export declare const getActionSheetItemIndex: (target: any, targetAttr: string, scope: any) => number;
