/** * CSS styles for devtools panel. * shadcn UI inspired theme with clean, minimal design. * * Font strategy: * - Sans-serif (Inter/system) for UI labels, buttons, headings * - Monospace for data values, timestamps, code, inputs */ export declare const colors: { bg: { base: string; card: string; panel: string; elevated: string; hover: string; muted: string; }; text: { primary: string; secondary: string; muted: string; dim: string; }; border: { default: string; subtle: string; focus: string; }; syntax: { key: string; string: string; number: string; boolean: string; null: string; }; accent: { primary: string; success: string; warning: string; danger: string; info: string; blue: string; purple: string; green: string; red: string; yellow: string; }; }; export declare const panelStyles: string; //# sourceMappingURL=styles.d.ts.map