import { type IInsightBodyProps } from "../types.js"; /** * Default implementation of the InsightBody. * * @alpha */ export declare function DefaultInsightBody(props: IInsightBodyProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DefaultInsightBody.d.ts.map