import { StyleOptions } from '../../types'; export interface HeightProps { /** * The **`height`** CSS property specifies the height of an element. By default, the property defines the height of the content area. If `box-sizing` is set to `border-box`, however, it instead determines the height of the border area. * * @see https://developer.mozilla.org/docs/Web/CSS/height */ style$Height: T; } export declare const height: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;