/** * DevExpress Analytics (core\utils\_utils.staticContext.d.ts) * Version: 25.2.7 * Build date: May 5, 2026 * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import { IAjaxSetup } from '../internal/_ajaxSetup'; export declare const staticContext: { _static: { searchPlaceholder: () => any; selectPlaceholder: () => any; noDataText: () => any; ajaxSetup: IAjaxSetup; }; }; export declare const _defaultStaticContext: import("../../serializer/_internal").IGlobalSubscribableValue<{}>; export declare function appendStaticContextToRootViewModel(root: any, dx?: any, className?: any): void;