// @flow import type { Props } from "../index"; export type GetDisplay = () => Props => string; declare export default GetDisplay;