export declare const controlDialogWithUrlHash: (dialog: HTMLDialogElement, overflow: 'auto' | 'manual', options?: Partial<{ onHashRemoval: () => void; }>) => { removeEventListeners: () => void; };