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