///
/** @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 FlexShrinkProps {
/** Sets the flex shrink factor of a flex item. If the size of flex items is larger than the flex container, items shrink to fit according to `flexShrink`. */
flexShrink?: OptionalResponsiveProp;
}
export declare const config: Config;
export declare const flexShrink: import("@styled-system/core").styleFn;
export declare const flexShrinkPropTypes: import("../../../private_utils").ObjectMap>;