/**
 * @name spacingExtended
 * @description Adds additional spacing tokens
 * @type {{}|*}
 */
export const spacingExtended: {} | any;
/**
 * @name spacing
 * @description Combines tailwind spacing tokens and extended spacing tokens
 * @type {{}|*}
 */
export const spacing: {} | any;
