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