import { type ComponentPropsWithoutRef } from 'react'; import { Text as RNText } from 'react-native'; import { TextVariantProps } from './styles'; export type TextProps = TextVariantProps & ComponentPropsWithoutRef & { className?: string; }; export declare const Text: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map