import { NativeTheme, TextStyleGenerator } from '../../../shared/types/base-theme-types';
export declare const getStyleForTextPropsForNative: TextStyleGenerator<NativeTheme, number>;
