import React from 'react';
import type { RsTextStyle, RsTextInputProps } from '../styles/types';
declare const RsTextInput: React.FC<RsTextInputProps & RsTextStyle>;
export default RsTextInput;
//# sourceMappingURL=RsTextInput.d.ts.map