import { type IInsight, type IInsightWidget } from "@gooddata/sdk-model"; import { type IPushData } from "@gooddata/sdk-ui"; export declare function useHandlePropertiesPushData(widget: IInsightWidget, insight: IInsight): (data: IPushData) => void; //# sourceMappingURL=useHandlePropertiesPushData.d.ts.map