import { type Dispatch, type SetStateAction } from "react"; import { type RenderMode } from "../../../../../types.js"; import { type IDashboardRichTextMenuProps, type IRichTextMenuSubmenu } from "../../types.js"; export declare function DashboardRichTextMenuBody({ items, widget, submenu, setSubmenu, onClose, renderMode }: IDashboardRichTextMenuProps & { submenu: IRichTextMenuSubmenu | null; setSubmenu: Dispatch>; renderMode: RenderMode; }): import("react/jsx-runtime").JSX.Element | null; export declare function DashboardRichTextMenu(props: IDashboardRichTextMenuProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map