import React from 'react';
export declare const DetectContentOverflow: React.FC<{
    children: any;
}>;
