/**
 * @license
 * Copyright 2025 Kai-Orion & Sandlada
 * SPDX-License-Identifier: MIT
 */
import { type CSSResult } from 'lit';
/**
 * Stringify the record object and separate it with semicolons.
 *
 * @param tokens A record object. It is best to use the creation functions provided in `utils/tokens/*`.
 * @returns CSS string.
 */
export declare function stringTokens(tokens: Record<string, CSSResult>): CSSResult;
//# sourceMappingURL=string-tokens.d.ts.map