import type { Props } from "../types";
declare const shouldUseFlex: (props: Props) => boolean;
export default shouldUseFlex;
