type $$ComponentProps = { onchange?: (value: string) => void; }; declare const ThemeSelector: import("svelte").Component< $$ComponentProps, {}, "" >; type ThemeSelector = ReturnType; export default ThemeSelector;