/**
 * External dependencies
 */
import type { CSSProperties } from 'react';
/**
 * Internal dependencies
 */
import type { Props } from './types';
export declare function getLineHeight(adjustLineHeightForInnerControls: Props['adjustLineHeightForInnerControls'], lineHeight: CSSProperties['lineHeight']): string | number | undefined;
//# sourceMappingURL=get-line-height.d.ts.map