import React from 'react';
import { VehicleKeyboardInputProps, VehicleKeyboardRef } from './type';
declare const VehicleKeyboardInput: React.ForwardRefExoticComponent<VehicleKeyboardInputProps & React.RefAttributes<VehicleKeyboardRef>>;
export default VehicleKeyboardInput;
//# sourceMappingURL=VehicleKeyboardInput.d.ts.map