import { FontVariantEastAsianPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface FontVariantEastAsianProps { /** * The **`font-variant-east-asian`** CSS property controls the use of alternate glyphs for East Asian scripts, like Japanese and Chinese. * * @see https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian */ style$FontVariantEastAsian: T; } export declare const fontVariantEastAsian: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;