export declare const DragDropProvider: ({ children, style, testID }: import("./drag-drop.shared.js").DragDropProviderProps) => import("react").JSX.Element, DropZone: ({ id, label, onDrop, horizontal, disabled, children, style, testID }: import("./drag-drop.shared.js").DropZoneProps) => import("react").JSX.Element, Draggable: ({ id, data, label, disabled, preview, children, style, testID }: import("./drag-drop.shared.js").DraggableProps) => import("react").JSX.Element, DragHandle: ({ label, testID, style }: import("./drag-drop.shared.js").DragHandleProps) => import("react").JSX.Element; export type { DropEvent, DragDropProviderProps, DropZoneProps, DraggableProps, DragHandleProps } from "./drag-drop.shared.js"; //# sourceMappingURL=drag-drop.d.ts.map