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