import React from 'react'; import { Text } from 'react-native'; import type { TypographyBaseProps } from './type'; declare const Typography: React.ForwardRefExoticComponent>; export default Typography;