import { FontVariantNumericPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface FontVariantNumericProps { /** * The **`font-variant-numeric`** CSS property controls the usage of alternate glyphs for numbers, fractions, and ordinal markers. * * @see https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric */ style$FontVariantNumeric: T; } export declare const fontVariantNumeric: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;