import Root from './root.svelte'; import Thumb from './thumb.svelte'; export type { SwitchRootProps } from './root.svelte'; export type { SwitchThumbProps } from './thumb.svelte'; export declare const Switch: { Root: typeof Root; Thumb: typeof Thumb; };