/** * This is the component in charge of rendering the side dialogs used * for editing entities. Use the {@link useSideEntityController} to open * and control the dialogs. * This component needs a parent {@link FireCMS} * {@see useSideEntityController} * @category Components */ export declare function SideEntityDialogs(): import("@emotion/react/jsx-runtime").JSX.Element;