1 | import * as React from 'react';
|
2 | import { TextStyle, StyleProp } from 'react-native';
|
3 | declare const _default: React.ComponentType<Pick<import("react-native").TextProps & {
|
4 | style?: StyleProp<TextStyle>;
|
5 | |
6 |
|
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 |
|
15 |
|
16 | theme: ReactNativePaper.Theme;
|
17 | } & React.RefAttributes<{}>> & React.ForwardRefExoticComponent<import("react-native").TextProps & {
|
18 | style?: StyleProp<TextStyle>;
|
19 | |
20 |
|
21 |
|
22 | theme: ReactNativePaper.Theme;
|
23 | } & React.RefAttributes<{}>>, {}>;
|
24 | export default _default;
|