import { SwitchField as BaseSwitchField } from '../ui/switch-field'; import type * as React from 'react'; export interface SwitchProps extends Omit, 'control'> { name: string; label?: string; description?: string; } export declare function Switch({ name, label, description, className, components, ...props }: SwitchProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=switch.d.ts.map