import type { CanvasThemeMode } from "./types"; export interface JSONCrackTheme { NODE_COLORS: { TEXT: string; NODE_KEY: string; NODE_VALUE: string; INTEGER: string; NULL: string; BOOL: { FALSE: string; TRUE: string; }; CHILD_COUNT: string; DIVIDER: string; }; INTERACTIVE_NORMAL: string; BACKGROUND_NODE: string; BACKGROUND_MODIFIER_ACCENT: string; TEXT_POSITIVE: string; GRID_BG_COLOR: string; GRID_COLOR_PRIMARY: string; GRID_COLOR_SECONDARY: string; } export declare const themes: Record; //# sourceMappingURL=theme.d.ts.map