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