import { type ReactElement } from "react"; import { type IDashboardRichTextMenuProps } from "../types.js"; /** * @alpha */ export declare function DefaultDashboardRichTextMenu(props: IDashboardRichTextMenuProps): ReactElement; //# sourceMappingURL=DefaultDashboardRichTextMenu.d.ts.map