export = normalizeFlexFlow;
/**
 * @param {import('postcss-value-parser').ParsedValue} flexFlow
 * @return {string}
 */
declare function normalizeFlexFlow(flexFlow: import('postcss-value-parser').ParsedValue): string;
//# sourceMappingURL=flexFlow.d.ts.map