import * as React from 'react'; import { StyleProp, TextStyle } from 'react-native'; import Text from '../Typography/Text'; declare type Props = React.ComponentProps & { /** * @optional */ theme: ReactNativePaper.Theme; /** * Style that is passed to Text element. */ style?: StyleProp; }; declare const _default: (React.ComponentClass & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { ({ style, theme, ...rest }: Props): JSX.Element; displayName: string; }) | (React.FunctionComponent & { ({ style, theme, ...rest }: Props): JSX.Element; displayName: string; }), {}>) | (React.FunctionComponent & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { ({ style, theme, ...rest }: Props): JSX.Element; displayName: string; }) | (React.FunctionComponent & { ({ style, theme, ...rest }: Props): JSX.Element; displayName: string; }), {}>); export default _default;