import { FontKerningPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface FontKerningProps { /** * The **`font-kerning`** CSS property sets the use of the kerning information stored in a font. * * @see https://developer.mozilla.org/docs/Web/CSS/font-kerning */ style$FontKerning: T; } export declare const fontKerning: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;