import React from 'react'; import { TextFieldProps } from '@material-ui/core'; export interface IInputProps { name: string; } export declare const Input: React.FC; //# sourceMappingURL=index.d.ts.map