import { StyleTypography, TypeStyleRelParams } from '../types';
/**
 *
 *
 */
export declare const styleXHeightRel: ({ font, baseline, root, size, leading, }: TypeStyleRelParams) => StyleTypography;
export default styleXHeightRel;
