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