import type { DialogsController } from "@rebasepro/cms-types"; /** * Use this hook to open a dialog imperatively. * Alternatively, you can use dialogs declaratively using the `Dialog` component. * * Consider that in order to use this hook you need to have a parent * `Rebase` * * @group Hooks and utilities */ export declare const useDialogsController: () => DialogsController;