import * as React from 'react'; import { StyleProp, TextStyle } from 'react-native'; import Text from './Text'; declare type Props = React.ComponentProps & { alpha: number; family: 'regular' | 'medium' | 'light' | 'thin'; style?: StyleProp; theme: ReactNativePaper.Theme; }; 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 & (({ theme, alpha, family, style, ...rest }: Props) => JSX.Element)) | (React.FunctionComponent & (({ theme, alpha, family, style, ...rest }: Props) => JSX.Element)), {}>) | (React.FunctionComponent & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & (({ theme, alpha, family, style, ...rest }: Props) => JSX.Element)) | (React.FunctionComponent & (({ theme, alpha, family, style, ...rest }: Props) => JSX.Element)), {}>); export default _default;