import { StyleOptions } from '../../types'; export interface WidowsProps { /** * The **`widows`** CSS property sets the minimum number of lines in a block container that must be shown at the _top_ of a page, region, or column. * * @see https://developer.mozilla.org/docs/Web/CSS/widows */ style$Widows: T; } export declare const widows: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;