export declare const calculateIsOverflowing: (currentElement: any) => boolean; export declare const handleIsOverflowingRecalculation: (currentElement: any, setIsOverflowing: any) => void; export declare const throttledIsOverflowingRecalculation: (debounce: any, currentElement: any, setIsOverflowing: any) => any; //# sourceMappingURL=logic.d.ts.map