/** * ConfigViewer Component * * Displays configuration data with syntax highlighting and copy functionality. * Features: * - Theme configuration tab * - Entity registry tab * - JSON syntax highlighting (using Shiki - ~25KB vs 296KB) * - Copy to clipboard for each section */ export declare function ConfigViewer(): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ConfigViewer.d.ts.map