interface Props { /** Custom label text */ label?: string; /** Show icons for each theme */ showIcons?: boolean; /** Button variant: 'select' | 'buttons' | 'segmented' */ variant?: 'select' | 'buttons' | 'segmented'; /** Additional CSS class */ class?: string; } declare const ThemeSwitcher: import("svelte").Component; type ThemeSwitcher = ReturnType; export default ThemeSwitcher; //# sourceMappingURL=ThemeSwitcher.svelte.d.ts.map