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