type InsideTargetMatcher = (target: Node) => boolean; declare const onOutsideClick: import("@remix-run/ui").MixinFactory void, isInsideTarget?: InsideTargetMatcher | undefined, stopPropagation?: boolean | undefined], import("@remix-run/ui").ElementProps>; export { onOutsideClick };