// @flow import type { Props } from ".."; export type ShouldUseFlex = Props => boolean; declare export default ShouldUseFlex;