import { type IInsightWidget } from "@gooddata/sdk-model"; interface IInsightConfigurationProps { widget: IInsightWidget; } export declare function InsightInteractions({ widget }: IInsightConfigurationProps): import("react/jsx-runtime").JSX.Element; export declare function createInsightInteractionsScreen(widget: IInsightWidget): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=InsightInteractions.d.ts.map