import { type IInsight } from "@gooddata/sdk-model"; interface IInsightPickerProps { onInsightSelect: (insight: IInsight) => void; onBack: () => void; } export declare function InsightPicker({ onInsightSelect, onBack }: IInsightPickerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=InsightPicker.d.ts.map