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