import { type ElementType } from 'react'; import { type SpiritTextProps } from '../../types'; declare const Text: { (props: SpiritTextProps): JSX.Element; spiritComponent: string; }; export default Text;