import { LineHeightProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface LineHeightProps { /** * The **`line-height`** CSS property sets the height of a line box. It's commonly used to set the distance between lines of text. On block-level elements, it specifies the minimum height of line boxes within the element. On non-replaced inline elements, it specifies the height that is used to calculate line box height. * * @see https://developer.mozilla.org/docs/Web/CSS/line-height */ style$LineHeight: T; } export declare const lineHeight: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;