import type { Rule } from 'unocss'; import type { TokenValue } from '.'; export declare function createSpacingRules(spacing: Record): Rule[];