declare const _default: import("react-dnd").DndComponentClass>; export default _default; declare class Container extends React.PureComponent { constructor(props: any); constructor(props: any, context: any); setRootRef: (node: any) => any; rootNode: any; setChildRef: (node: any) => any; childNode: any; render(): any; } declare namespace Container { namespace propTypes { let dataHook: PropTypes.Requireable; let children: PropTypes.Validator; let className: PropTypes.Requireable; let containerId: PropTypes.Requireable; let groupName: PropTypes.Requireable; let index: PropTypes.Requireable; let onMoveOut: PropTypes.Requireable<(...args: any[]) => any>; let onDrop: PropTypes.Requireable<(...args: any[]) => any>; let onHover: PropTypes.Requireable<(...args: any[]) => any>; let droppable: PropTypes.Requireable; } namespace defaultProps { let droppable_1: boolean; export { droppable_1 as droppable }; } } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=Container.d.ts.map