import { type IInsight, type ObjRef } from "@gooddata/sdk-model"; export interface IInsightDropdownProps { insight?: IInsight; insightRef?: ObjRef; insightType?: string; onSelect: (targetItem: IInsight) => void; } export declare function InsightDropdown({ insight, insightRef, insightType, onSelect }: IInsightDropdownProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=InsightDropdown.d.ts.map