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