import { FC } from 'react'; import { TruncateProps } from './Truncate.types'; export declare const Truncate: FC;