import { FontSizeAdjustProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface FontSizeAdjustProps { /** * The **`font-size-adjust`** CSS property sets how the font size should be chosen based on the height of lowercase rather than capital letters. * * @see https://developer.mozilla.org/docs/Web/CSS/font-size-adjust */ style$FontSizeAdjust: T; } export declare const fontSizeAdjust: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;