import { StyleOptions } from '../../types'; export interface FontVariantAlternatesProps { /** * The **`font-variant-alternates`** CSS property controls the usage of alternate glyphs. These alternate glyphs may be referenced by alternative names defined in `@font-feature-values`. * * @see https://developer.mozilla.org/docs/Web/CSS/font-variant-alternates */ style$FontVariantAlternates: T; } export declare const fontVariantAlternates: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;