import { type MaybeElementRef } from '@vueuse/core';
export declare function onFocusOutside(element: MaybeElementRef, handler: (event: FocusEvent) => void): void;
