import { UseClickOutside } from './types.js'; import 'react'; declare const useClickOutside: UseClickOutside; export { useClickOutside as default };