import { FC } from 'react'; import { OverflowTooltipTextProps } from './types'; export declare const OverflowTooltipText: FC;