import type React from 'react';
import { InputBaseProps } from '@mui/material';
declare const TextInput: React.FC<InputBaseProps>;
export default TextInput;
//# sourceMappingURL=text-input.d.ts.map