// @flow import * as React from "react"; import type { Globals, Translation } from "../../../common/common.js.flow"; export type Props = {| ...Globals, +children: React.Node, +duration?: Translation, |}; declare export default React.ComponentType;