import { SideEntityController } from "../types";
/**
 * Use this hook to retrieve an entity controller that allows you to open
 * a side dialog to edit an entity.
 *
 * Consider that in order to use this hook you need to have a parent
 * `FireCMS`
 *
 * @see SideEntityController
 * @group Hooks and utilities
 */
export declare const useSideEntityController: () => SideEntityController;
