import * as React from "react"; interface Props extends React.TextareaHTMLAttributes { value?: string; } export declare const TextAnswer: (props: Props) => JSX.Element; export {};