import React from 'react'; export default function LongAnswerInput({ id, inputType }: { id: any; inputType: any; }): React.JSX.Element;