import { type IWrapInsightListItemWithDragComponent } from "../../../dragAndDrop/types.js"; interface IDraggableInsightListProps { WrapInsightListItemWithDragComponent?: IWrapInsightListItemWithDragComponent; recalculateSizeReference?: string; searchAutofocus?: boolean; } export declare function DraggableInsightList({ recalculateSizeReference, searchAutofocus, WrapInsightListItemWithDragComponent }: IDraggableInsightListProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DraggableInsightList.d.ts.map