import { EventBus } from "../plugins/eventBus/index.d.mts"; import type { IAppContext } from "../types/app/index.d.mts"; import type { TBaseSizes } from "../types/components/index.d.mts"; import type { TLocalisationLanguages, TLocalisationSource } from "../types/localisation.d.mts"; declare const constants: { dsMainClass: string; globalCtx: import("react").Context; defaultLocales: TLocalisationSource; defaultLangKeys: TLocalisationLanguages; stateClasses: { domReady: string; pageLoaded: string; touchscreen: string; mobileDevice: string; active: string; inactive: string; disabled: string; show: string; visible: string; invisible: string; hide: string; error: string; success: string; valid: string; invalid: string; visuallyHidden: string; loading: string; computed: string; translated: string; translationLoading: string; translationError: string; }; formBubbles: { formValid: string; formInvalid: string; formSuccess: string; formError: string; formSending: string; formNeedsConfirm: string; inputInvalid: string; inputValid: string; inputClear: string; }; localisationBubbles: { localisationReady: string; localisationError: string; localisationMiss: string; localisationChange: string; }; defaultSizes: TBaseSizes[]; defaultErrorsKeys: { empty: string; invalid: string; valid: string; }; appNSVariable: string; contentLoadedEventName: string; EventBusInstance: EventBus; mediaQueries: { mobileMinimum: string; mobileSmall: string; mobile: string; mobileAbove: string; tabletMinimum: string; tabletSmall: string; tabletMedium: string; tablet: string; tabletAbove: string; desktopMinimum: string; desktopSmall: string; desktopAboveSmall: string; desktopMedium: string; desktopAboveMedium: string; desktopLarge: string; desktopAboveLarge: string; desktop: string; desktopAbove: string; }; }; export { constants };