export declare type CursorLocation = { index: number | null; level: number | null; parentId: string | null; }; export declare type DragItem = { id: string; };