import React from 'react'; import { TextFieldProps } from './TextField'; declare const TextFieldOutlined: React.FC; export default TextFieldOutlined;