import { type DashboardEventBody, type ICustomDashboardEvent } from "../events/base.js"; import { type DashboardEvents } from "../events/index.js"; /** * Convenience hook for dispatching Dashboard events. * * @returns function that you can use to dispatch Dashboard events * @alpha */ export declare const useDashboardEventDispatch: () => (eventBody: DashboardEventBody | DashboardEvents>) => void; //# sourceMappingURL=useDashboardEventDispatch.d.ts.map