import * as React from 'react'; export default function useOnClickOutside(handler: (e: any) => any): React.RefObject;