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