/// <reference types="react" />
import { TypographyType } from './type/BaseTypography';
declare const Text: React.FC<TypographyType>;
export { Text };
