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