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