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