import type { CSSObject } from '../_util/cssinjs'; import type { DerivativeToken } from '../theme/internal'; export declare const operationUnit: (token: DerivativeToken) => CSSObject;