import { FontSizeProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface FontSizeProps { /** * The **`font-size`** CSS property sets the size of the font. This property is also used to compute the size of `em`, `ex`, and other relative `` units. * * @see https://developer.mozilla.org/docs/Web/CSS/font-size */ style$FontSize: T; } export declare const fontSize: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;