1 | import * as React from 'react';
|
2 | import { StyleProp, Text as NativeText, TextStyle } from 'react-native';
|
3 | import type { MD2Theme } from 'src/types';
|
4 | declare type Props = React.ComponentProps<typeof NativeText> & {
|
5 | style?: StyleProp<TextStyle>;
|
6 | /**
|
7 | * @optional
|
8 | */
|
9 | theme?: MD2Theme;
|
10 | };
|
11 | declare const _default: import("../../../utils/forwardRef").ForwardRefComponent<{}, Props>;
|
12 | export default _default;
|
13 | //# sourceMappingURL=Text.d.ts.map |
\ | No newline at end of file |