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