import type { TwTheme } from '../tw-config'; import type { ParseContext, StyleIR } from '../types'; export default function fontSize(value: string, config?: TwTheme, context?: ParseContext): StyleIR | null;