///
/** @module @airtable/blocks/ui/system: Flex container */ /** */
import { Config } from '@styled-system/core';
import { AlignContentProperty } from '../utils/csstype';
import { OptionalResponsiveProp } from '../utils/types';
/** */
export interface AlignContentProps {
/** Sets the alignment of a flex container's lines when there is extra space in the cross-axis. This property has no effect on a single-line flex container. */
alignContent?: OptionalResponsiveProp;
}
export declare const config: Config;
export declare const alignContent: import("@styled-system/core").styleFn;
export declare const alignContentPropTypes: import("../../../private_utils").ObjectMap>;