import { FormFieldProps } from '../../../../types'; import { FormControlLabelProps } from '@mui/material'; import { FieldPath, FieldValues } from 'react-hook-form'; type FormSwitchProps = FieldPath> = FormFieldProps & Omit; export declare const FormSwitch: = FieldPath>(props: FormSwitchProps) => import("@emotion/react/jsx-runtime").JSX.Element; export {};