// @flow import * as React from "react"; import type { Globals, TranslationString } from "../../common/common.js.flow"; export type Props = {| ...Globals, +destinationName: TranslationString, +image: string, +goBack?: () => void | Promise, |}; declare export default React.ComponentType;