import { UseOutsideClickProps } from './types'; export declare function useOutsideClick(props: UseOutsideClickProps): void;