type EventType = MouseEvent | TouchEvent; export declare function useClickOutside(callback: (event: EventType) => void, events?: string[] | null, nodes?: (HTMLElement | null)[]): import("react").RefObject; export {};