UNPKG

998 BTypeScriptView Raw
1import * as React from 'react';
2import { TextStyle, StyleProp } from 'react-native';
3declare const _default: React.ComponentType<Pick<import("react-native").TextProps & {
4 style?: StyleProp<TextStyle>;
5 /**
6 * @optional
7 */
8 theme: ReactNativePaper.Theme;
9} & React.RefAttributes<{}>, keyof import("react-native").TextProps | keyof React.RefAttributes<{}>> & {
10 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
11}> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<React.ComponentType<import("react-native").TextProps & {
12 style?: StyleProp<TextStyle>;
13 /**
14 * @optional
15 */
16 theme: ReactNativePaper.Theme;
17} & React.RefAttributes<{}>> & React.ForwardRefExoticComponent<import("react-native").TextProps & {
18 style?: StyleProp<TextStyle>;
19 /**
20 * @optional
21 */
22 theme: ReactNativePaper.Theme;
23} & React.RefAttributes<{}>>, {}>;
24export default _default;