import { type IInsight } from "@gooddata/sdk-model"; import { type IInsightListProps } from "./types.js"; interface IInsightListItem { insight: IInsight; insightType: string; } export declare function getInsightListSourceItem(insight: IInsight): IInsightListItem; /** * @internal */ export declare function InsightList({ height, width, searchAutofocus, renderItem, selectedRef, onSelect }: IInsightListProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=InsightList.d.ts.map