/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * @hidden */ export declare const FIELD_REGEX: RegExp; /** * @hidden */ export declare const FOCUSABLE_ELEMENTS_BASE: string[]; /** * @hidden */ export declare const FOCUSABLE_ELEMENTS: string[]; /** * @hidden */ export declare const TABBABLE_ELEMENTS: string[]; /** @hidden */ export declare const ADAPTIVE_SMALL_BREAKPOINT: number; /** @hidden */ export declare const ADAPTIVE_MEDIUM_BREAKPOINT: number;