import type { FC, PropsWithChildren } from 'react'; import type { InsertNewCell } from '../../../core/types'; declare const Draggable: FC>; export default Draggable; //# sourceMappingURL=index.d.ts.map