import { FC } from 'react'; import { ExpandableTextProps } from './interfaces'; export declare const ExpandableText: FC;