import React from 'react';
import type { TextInputProps } from './types.js';
import './index.scss';
export declare const TextInput: React.FC<TextInputProps>;
//# sourceMappingURL=Input.d.ts.map