type $$ComponentProps = { name: string; }; declare const ThemeSwatch: import("svelte").Component<$$ComponentProps, {}, "">; type ThemeSwatch = ReturnType; export default ThemeSwatch;