import { TwTheme } from '../tw-config'; import { StyleIR } from '../types'; export declare function letterSpacing(value: string, isNegative: boolean, config?: TwTheme['letterSpacing']): StyleIR | null;