import { type ReactNode } from "react"; interface IDashboardInsightSubmenuContainerProps { children: ReactNode; title: string; tooltipText?: string; onClose: () => void; onBack?: () => void; } export declare function DashboardInsightSubmenuContainer(props: IDashboardInsightSubmenuContainerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DashboardInsightSubmenuContainer.d.ts.map