import { BoxDecorationBreakPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface BoxDecorationBreakProps { /** * The **`box-decoration-break`** CSS property specifies how an element's fragments should be rendered when broken across multiple lines, columns, or pages. * * @see https://developer.mozilla.org/docs/Web/CSS/box-decoration-break */ style$BoxDecorationBreak: T; } export declare const boxDecorationBreak: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;