///
/** @module @airtable/blocks/ui/system: Flex item */ /** */
import { Config } from '@styled-system/core';
import { GlobalsNumber } from '../utils/csstype';
import { OptionalResponsiveProp } from '../utils/types';
/** */
export interface FlexGrowProps {
/** Sets the flex grow factor of a flex item. If the size of flex items is smaller than the flex container, items grow to fit according to `flexGrow`. */
flexGrow?: OptionalResponsiveProp;
}
export declare const config: Config;
export declare const flexGrow: import("@styled-system/core").styleFn;
export declare const flexGrowPropTypes: import("../../../private_utils").ObjectMap>;