import React from 'react';
import { TextProps } from './interfaces';
export declare const Text: React.FC<TextProps>;
