import { type IDashboardProps } from "../types.js"; /** * @internal */ export declare function DashboardRenderer(props: IDashboardProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DashboardRenderer.d.ts.map