/**
 * @license
 *-------------------------------------------------------------------------------------------
 * Copyright © 2026 Progress Software Corporation. All rights reserved.
 * Licensed under commercial license. See LICENSE.md in the package root for more information
 *-------------------------------------------------------------------------------------------
 */
/**
 * @hidden
 */
declare const onDownPreventDefault: {
    onMouseDown: (e: any) => any;
    onPointerDown: (e: any) => any;
};
/**
 * @hidden
 */
declare const userSelectNone: {
    userSelect: string;
};
/**
 * @hidden
 */
declare const formatString: (input: string, ...args: Array<any>) => string;
export { onDownPreventDefault, formatString, userSelectNone };
