import type { AutoDimensionValue } from '../types'; type FlexConfig = { grow: number; shrink: number; basis: AutoDimensionValue | string; }; export declare function parseFlexValue(value: string | number, expandToAutoFlexBasis?: boolean): FlexConfig | null; export {}; //# sourceMappingURL=parseFlexValue.d.ts.map