import type { InitReqResult } from '../../index.js'; export declare enum EntityType { collection = "collections", global = "globals" } export type WidgetServerProps = { widgetData?: Record; widgetSlug: string; } & Pick; //# sourceMappingURL=dashboard.d.ts.map