import type { RefObject } from 'react'; /** * Custom hook that handles click outside events * @param ref - React ref object pointing to the element * @param handler - Function to call when clicking outside */ export declare function useOnClickOutside(ref: RefObject, handler: () => void): void; //# sourceMappingURL=useOnClickOutside.d.ts.map