import * as React from 'react';
import { InputProps } from "../../../../index.type";
export declare const InputBox: (props: InputProps) => React.JSX.Element;
export default InputBox;
