import { FontStretchProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface FontStretchProps { /** * The **`font-stretch`** CSS property selects a normal, condensed, or expanded face from a font. * * @see https://developer.mozilla.org/docs/Web/CSS/font-stretch */ style$FontStretch: T; } export declare const fontStretch: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;