import { ISharedInputBase } from "./interfaces"; declare const InputBase: (props: ISharedInputBase) => JSX.Element; export default InputBase;