import type { SandboxTheme, SandboxThemeMode } from './types'; export declare const KONG_UI_SANDBOX_LAYOUT_LINKS_INJECTION_KEY = "kong-ui-sandbox-layout-links"; /** `localStorage` key used to persist the sandbox theme across reloads. */ export declare const KONG_UI_SANDBOX_THEME_STORAGE_KEY = "kong-ui-sandbox-theme"; /** Every sandbox defaults to this theme unless the user picked a different one. */ export declare const KONG_UI_SANDBOX_DEFAULT_THEME: SandboxTheme; export declare const KONG_UI_SANDBOX_THEME_MODE_OPTIONS: Array<{ label: string; value: SandboxThemeMode; }>; //# sourceMappingURL=constants.d.ts.map