import { type ReactNode } from "react"; interface IDashboardInsightMenuContainerProps { children: ReactNode; } export declare function DashboardInsightMenuContainer(props: IDashboardInsightMenuContainerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DashboardInsightMenuContainer.d.ts.map