import { FormSwitchProps } from './types'; import { FieldValues } from 'react-hook-form'; export declare const FormSwitch: ({ label, name, options, onChange: handleChange, ...rest }: FormSwitchProps) => import("react/jsx-runtime").JSX.Element;