import type { GlobalToken } from '../interface'; export declare function tokenValueToCssVar(token: GlobalToken, prefix?: string): Record;