import type { SizeType } from '../types';
export default function getLineHeight(size?: SizeType): string;
