import { FontVariantLigaturesPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface FontVariantLigaturesProps { /** * The **`font-variant-ligatures`** CSS property controls which ligatures and contextual forms are used in textual content of the elements it applies to. This leads to more harmonized forms in the resulting text. * * @see https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures */ style$FontVariantLigatures: T; } export declare const fontVariantLigatures: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;