type UseIsOverflowingOptions = { callback?: (hasOverflow: boolean) => void; enabled?: boolean; }; /** * Check if the element has overflow based on the clientWidth and scrollWidth of the element. */ export declare const useIsOverflowing: ({ callback, enabled }?: UseIsOverflowingOptions) => readonly [import("react").Dispatch>, boolean]; export {}; //# sourceMappingURL=useIsOverflowing.d.ts.map