/** * Shared UI Styles * * Consistent styling for all tool browser UIs with tan/dark mode support. */ /** * CSS variables and base styles matching schema-browser design */ export declare function getSharedStyles(): string; /** * Theme toggle button HTML */ export declare function getThemeToggleHtml(): string; /** * Theme toggle script */ export declare function getThemeToggleScript(): string; /** * Get heat intensity class based on value */ export declare function getHeatClass(intensity: number): string; /** * Escape HTML special characters */ export declare function escapeHtml(str: string): string; //# sourceMappingURL=shared-styles.d.ts.map