/** * Theme Styles * * Static CSS imports for build-time theming. * Import the theme you need for your application. * * @example * ```ts * // Import specific theme * import '@smrt/svelte/themes/styles/material.css'; * * // Or import all themes (for multi-theme apps) * import '@smrt/svelte/themes/styles/all.css'; * ``` */ export declare const themeStyles: { readonly material: "./material.css"; readonly glass: "./glass.css"; readonly studio: "./studio.css"; readonly smrt: "./smrt.css"; readonly happyvertical: "./happyvertical.css"; /** @font-face declarations for the SMRT theme (Space Grotesk / Inter / JetBrains Mono). */ readonly fonts: "./fonts.css"; /** @font-face declarations for the HappyVertical theme (Archivo / B612 / B612 Mono). */ readonly happyverticalFonts: "./happyvertical-fonts.css"; readonly all: "./all.css"; }; //# sourceMappingURL=index.d.ts.map