// @flow export type GetDisplay = (inline: boolean) => string | false; declare export default GetDisplay;