import { TextAlignLastPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface TextAlignLastProps { /** * The **`text-align-last`** CSS property sets how the last line of a block or a line, right before a forced line break, is aligned. * * @see https://developer.mozilla.org/docs/Web/CSS/text-align-last */ style$TextAlignLast: T; } export declare const textAlignLast: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;