import type { ConversionFunction } from './types'; /** * https://developer.mozilla.org/en-US/docs/Web/CSS/flex-flow */ export declare const flexFlow: ConversionFunction;