/** * Query whether a bold text is currently enabled. The result is true * when bold text is enabled and false otherwise. */ export declare const useBoldTextEnabled: () => boolean; /** * Returns a font size multiplier based on the font scale of the device, * but limited to the `IOMaxFontSizeMultiplier` value. * @returns number */ export declare const useIOFontDynamicScale: () => { dynamicFontScale: number; spacingScaleMultiplier: number; hugeFontEnabled: boolean; }; //# sourceMappingURL=accessibility.d.ts.map