import type { FontWeightTokenNormalized, TokenTransformedSingleValue } from '../types.js';
import type { TransformCSSValueOptions } from './css-types.js';
/** Convert fontWeight value to CSS */
export declare function transformFontWeight(token: FontWeightTokenNormalized, options: TransformCSSValueOptions): TokenTransformedSingleValue['value'];
//# sourceMappingURL=font-weight.d.ts.map