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