import { IText } from '../../types'; export declare const fontAdjustments: (props: IText) => { transform?: string | undefined; };