// @flow import * as React from "react"; import type { Translations } from "."; export type DictionaryContextType = React.Context; declare export default DictionaryContextType;