import type { CSSProperties } from 'vue'; import type { ThemedToken } from 'shiki'; export declare const getTokenStyle: (token: ThemedToken, colorReplacements?: Record) => CSSProperties;