/// import type { Application } from '../application'; export interface IInsightLayoutProps { app: Application; } export declare const InsightLayout: ({ app }: IInsightLayoutProps) => JSX.Element;