import { FontSize } from '../types'; export declare const getLineHeightByFontSize: (fontSize: FontSize, family?: "grotesk" | "display" | undefined) => number; //# sourceMappingURL=get-line-height-by-font-size.d.ts.map