import React from 'react'; import type { Instruction } from '@atlaskit/pragmatic-drag-and-drop-hitbox/tree-item'; export type DropIndicatorProps = { instruction: Instruction; }; export declare function DropIndicator({ instruction, }: DropIndicatorProps): React.ReactElement> | null;