/// <reference types="react" />
import type { InputOPTProps } from './type';
declare const InputOPT: import("react").NamedExoticComponent<InputOPTProps>;
export default InputOPT;
