import type { ContextId } from 'react-beautiful-dnd';
export declare function findPlaceholder(contextId: ContextId): HTMLElement | null;
