import { FC } from 'react'; import { TextProps } from '@tarojs/components/types/Text'; declare const Text: FC; export default Text;