// @flow import type { Translations } from "../Dictionary"; export type UseDictionary = () => Translations; declare export default UseDictionary;