import { MinWidthProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface MinWidthProps { /** * The **`min-width`** CSS property sets the minimum width of an element. It prevents the used value of the `width` property from becoming smaller than the value specified for `min-width`. * * @see https://developer.mozilla.org/docs/Web/CSS/min-width */ style$MinWidth: T; } export declare const minWidth: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;