import '@kong/design-tokens/themes/electric-lime-day.css'; import '@kong/design-tokens/themes/electric-lime-day-high-contrast.css'; import '@kong/design-tokens/themes/electric-lime-night.css'; import '@kong/design-tokens/themes/electric-lime-night-high-contrast.css'; import type { SandboxTheme, SandboxThemeMode } from '../types'; export declare function useSandboxTheme(): { theme: import("vue").ComputedRef; mode: import("vue").Ref; highContrast: import("vue").Ref; }; //# sourceMappingURL=useSandboxTheme.d.ts.map