import { StyleOptions } from '../../types'; export interface FontFeatureSettingsProps { /** * The **`font-feature-settings`** CSS property controls advanced typographic features in OpenType fonts. * * @see https://developer.mozilla.org/docs/Web/CSS/font-feature-settings */ style$FontFeatureSettings: T; } export declare const fontFeatureSettings: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;