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