/// <reference types="react" />
import type { Props } from "./types";
export default function ClickOutside({ children, onClickOutside }: Props): JSX.Element;
