import { Transform } from 'style-dictionary/types';
/**
 * @description convert a w3c `typography` token to a value that can be used with the css `font` property
 */
export declare const fontCss: Transform;
