import Root from './root.svelte'; export type { ToggleRootProps } from './root.svelte'; export declare const Toggle: { Root: typeof Root; };