import * as React from 'react'; export declare const TextInput: React.SFC<{ errors?: string[]; label?: string; } & React.PropsWithoutRef>;