import React from 'react'; import { TextProps as TextProperties, TextStyle, StyleProp } from 'react-native'; import { RneFunctionComponent } from '../helpers'; export declare type TextProps = TextProperties & { style?: StyleProp; h1?: boolean; h2?: boolean; h3?: boolean; h4?: boolean; h1Style?: StyleProp; h2Style?: StyleProp; h3Style?: StyleProp; h4Style?: StyleProp; }; declare const TextElement: RneFunctionComponent; export { TextElement }; declare const _default: React.FunctionComponent; h1?: boolean; h2?: boolean; h3?: boolean; h4?: boolean; h1Style?: StyleProp; h2Style?: StyleProp; h3Style?: StyleProp; h4Style?: StyleProp; } & Partial>, keyof import("../config").ThemeProps>> | React.ForwardRefExoticComponent; h1?: boolean; h2?: boolean; h3?: boolean; h4?: boolean; h1Style?: StyleProp; h2Style?: StyleProp; h3Style?: StyleProp; h4Style?: StyleProp; } & Partial>>; export default _default;