/// <reference types="react" />
import type { FieldSwitchProps } from './interface';
declare const _default: <ActiveValueT = boolean, InactiveValueT = boolean>(p: FieldSwitchProps<ActiveValueT, InactiveValueT>) => JSX.Element;
export default _default;
