/// <reference types="react" />
import type { TextProps } from './type';
declare const Text: import("react").NamedExoticComponent<TextProps>;
export default Text;
