/** * Theme surface for the Svelte binding: a direct re-export of the shared, * framework-agnostic `ViewerTheme` system (types, defaults, CSS-variable * helpers, and the Vermilion presets), mirroring the Vue package. */ export type { ThemeCatalogEntry, ViewerTheme, ViewerThemeColors } from 'pptx-viewer-shared'; export { defaultCssVars, defaultRadius, defaultThemeColors, resolveThemeCatalogEntry, THEME_CATALOG, themeToCssVars, vermilionDarkColors, vermilionDarkTheme, vermilionLightColors, vermilionLightTheme, vermilionRadius, } from 'pptx-viewer-shared'; //# sourceMappingURL=index.d.ts.map