import { TwTheme } from '../tw-config'; import { Direction, StyleIR } from '../types'; export default function spacing(type: 'margin' | 'padding', direction: Direction, isNegative: boolean, value: string, config?: TwTheme['margin'] | TwTheme['padding']): StyleIR | null;