import { LineBreakPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface LineBreakProps { /** * The **`line-break`** CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols. * * @see https://developer.mozilla.org/docs/Web/CSS/line-break */ style$LineBreak: T; } export declare const lineBreak: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;