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