import React from 'react';
import type { InputBoxProps } from '../types';
declare const InputBox: React.ForwardRefExoticComponent<InputBoxProps & React.RefAttributes<HTMLDivElement>>;
export default InputBox;
