import type { BaseDropZoneContainerProps } from './types'; import type { ForwardRefPrimitive } from '../types'; declare const DropZoneContainer: ForwardRefPrimitive; export { DropZoneContainer };