import { HangingPunctuationPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface HangingPunctuationProps { /** * The **`hanging-punctuation`** CSS property specifies whether a punctuation mark should hang at the start or end of a line of text. Hanging punctuation may be placed outside the line box. * * @see https://developer.mozilla.org/docs/Web/CSS/hanging-punctuation */ style$HangingPunctuation: T; } export declare const hangingPunctuation: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;