//#region src/utils/formatCSSVariablePrefix.d.ts
declare function formatCSSVariablePrefix(type: 'global' | 'token'): string;
//#endregion
export { formatCSSVariablePrefix };
//# sourceMappingURL=formatCSSVariablePrefix.d.ts.map