import { StyleOptions } from '../../types'; export interface MaxWidthProps { /** * The **`max-width`** CSS property sets the maximum width of an element. It prevents the used value of the `width` property from becoming larger than the value specified by `max-width`. * * @see https://developer.mozilla.org/docs/Web/CSS/max-width */ style$MaxWidth: T; } export declare const maxWidth: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;