import type * as Stitches from '@stitches/react'; export declare const FONTS: { fontType: (value: Stitches.ScaleValue<'fontSizes'>) => { fontSize: { readonly [$$ScaleValue]: "fontSizes"; }; lineHeight: { readonly [$$ScaleValue]: "fontSizes"; }; fontFamily: string; }; };