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