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