import { FontVariantCapsPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface FontVariantCapsProps { /** * The **`font-variant-caps`** CSS property controls the use of alternate glyphs for capital letters. * * @see https://developer.mozilla.org/docs/Web/CSS/font-variant-caps */ style$FontVariantCaps: T; } export declare const fontVariantCaps: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;