import type { InteractOutsideEvent } from '../actions/index.js';
export declare function createClickOutsideIgnore(meltId: string): (e: InteractOutsideEvent) => boolean;
