import { type IWrapInsightListItemWithDragProps } from "./types.js"; /** * @internal */ export declare function WrapInsightListItemWithDrag({ children, insight, onDragStart }: IWrapInsightListItemWithDragProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=WrapInsightListItemWithDrag.d.ts.map