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