import React from 'react'; import { TextProps } from 'react-native'; export declare function normalize(size: number, width: number): number; export declare const AdjustableText: React.FC;