/// <reference types="react" />
import { fn } from '@declaration';
import { React } from '@global';
export declare const SwitchInput: React.FC<fn.Input.Switch.PlainParams>;
