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