export declare function findAllDraggables({ droppableId, contextId, }: {
    droppableId: string;
    contextId: string;
}): HTMLElement[];
