import { FC } from 'react';
export declare const UseIsOverflowExample: FC<{
    text: string;
}>;
