import type { HTMLAttributes } from '../../../internal/html-attributes.js';
import type { PropsWithElement } from '../../../internal/props-with-element.js';
import type { Props } from '@zag-js/switch';
export interface SwitchRootProps extends Omit, PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir' | 'form'> {
}
declare const Root: import("svelte").Component;
type Root = ReturnType;
export default Root;