import { FC } from 'react';
import { FieldProps, SwitchFieldSchema } from '../types';
export declare const SwitchField: FC<FieldProps<SwitchFieldSchema>>;
