declare function useDialogClose(enabled: boolean, callback: () => void): void;

export { useDialogClose };
