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