import { type IInsight } from "@gooddata/sdk-model"; import { type ILayoutItemPath } from "../../../../types.js"; export declare function useInsightListItemDropHandler(layoutPath: ILayoutItemPath): (insight: IInsight) => void; //# sourceMappingURL=useInsightListItemDropHandler.d.ts.map