import * as React from 'react'; export declare function useOnClickOutside(el: Node | React.RefObject | null, cssSelectorsToExclude: string[], handler: ((e: MouseEvent | TouchEvent) => void) | undefined): void;