import { FontOpticalSizingPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface FontOpticalSizingProps { /** * The **`font-optical-sizing`** CSS property sets whether text rendering is optimized for viewing at different sizes. This only works for fonts that have an optical size variation axis. * * @see https://developer.mozilla.org/docs/Web/CSS/font-optical-sizing */ style$FontOpticalSizing: T; } export declare const fontOpticalSizing: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;