import type { TextStyleGenerator, WebTheme } from '../../../shared/types/base-theme-types';
export declare const getStyleForTextPropsForWeb: TextStyleGenerator<WebTheme, string | number>;
export default getStyleForTextPropsForWeb;
