///
/** @module @airtable/blocks/ui/system: Dimensions */ /** */
import { Config } from '@styled-system/core';
import { MinWidthProperty } from '../utils/csstype';
import { OptionalResponsiveProp, Length } from '../utils/types';
/** */
export interface MinWidthProps {
/** Sets the minimum width of an element. It prevents the used value of the `width` property from becoming smaller than the value specified for `minWidth`. */
minWidth?: OptionalResponsiveProp>;
}
export declare const config: Config;
export declare const minWidth: import("@styled-system/core").styleFn;
export declare const minWidthPropTypes: import("../../../private_utils").ObjectMap>;