import { InputHTMLAttributes, default as React } from 'react';
export interface InputProps extends InputHTMLAttributes {
/**
* ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
*/
testId?: string;
}
declare const Input: React.ForwardRefExoticComponent>;
export default Input;
//# sourceMappingURL=Input.d.ts.map