/** * @flow strict */ import * as React from "react"; declare export default function useSubmission(text: string): any;