import React from 'react';
import { TextProps } from '@bytedance/mona';
declare const Text: React.FC<TextProps>;
export default Text;
