import type { FC } from "react"; import type { DraggableBaseListProps } from "../BaseList.types"; export declare const DraggableBaseList: FC; export default DraggableBaseList;