import type { TokenTransformedMultiValue, TypographyTokenNormalized } from '../types.js';
import type { TransformCSSValueOptions } from './css-types.js';
/** Convert typography value to multiple CSS values */
export declare function transformTypography(token: TypographyTokenNormalized, options: TransformCSSValueOptions): TokenTransformedMultiValue['value'];
//# sourceMappingURL=typography.d.ts.map