import React from 'react'; import { TextFieldProps } from '../../types/input'; export type Props = TextFieldProps & { name: string; }; export declare const TextField: React.ForwardRefExoticComponent>;