import React from 'react'; import { TextProps } from './types'; declare const BaseText: React.ForwardRefExoticComponent>; export { BaseText };