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.ComponentType<(Pick; theme: ReactNativePaper.Theme; } & React.RefAttributes<{}>, keyof import("react-native").TextProps | keyof React.RefAttributes<{}>> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { alpha: number; family: "light" | "regular" | "medium" | "thin"; style?: StyleProp; theme: ReactNativePaper.Theme; }, keyof import("react-native").TextProps | keyof React.RefAttributes<{}> | "alpha" | "family"> | Pick; theme: ReactNativePaper.Theme; } & React.RefAttributes<{}>, keyof import("react-native").TextProps | keyof React.RefAttributes<{}>> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { alpha: number; family: "light" | "regular" | "medium" | "thin"; style?: StyleProp; theme: ReactNativePaper.Theme; }, keyof import("react-native").TextProps | keyof React.RefAttributes<{}> | "alpha" | "family">) & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & (({ theme, alpha, family, style, ...rest }: Props) => JSX.Element), {}>; export default _default;