import type { ConversionFunction } from './types'; /** * https://drafts.csswg.org/css-flexbox-1/#flex-property */ export declare const flex: ConversionFunction;