import { type IDashboardInsightProps } from "./types.js"; /** * Default implementation of the Dashboard Insight widget. * * @public */ export declare function DefaultDashboardInsight(props: IDashboardInsightProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DefaultDashboardInsight.d.ts.map