/**
 * https://developer.mozilla.org/en-US/docs/Web/CSS/font
 */
declare const composeFontString: (fontSize: number, fontFamily: string, weight: string) => string;
export default composeFontString;
