import { TextEmphasisStyleProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface TextEmphasisStyleProps { /** * The **`text-emphasis-style`** CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the `text-emphasis` shorthand. * * @see https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style */ style$TextEmphasisStyle: T; } export declare const textEmphasisStyle: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;