import type { Buildable, Switchable } from '../../../types/formAndField'; export declare const WrappedSwitch: (props: Buildable) => JSX.Element;