declare const _default: import("react-dnd").DndComponentClass<typeof Container, import("react-dnd").Omit<any, "connectDropTarget">>;
export default _default;
declare class Container extends React.PureComponent<any, any, any> {
    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<string>;
        let children: PropTypes.Validator<PropTypes.ReactElementLike>;
        let className: PropTypes.Requireable<string>;
        let containerId: PropTypes.Requireable<string>;
        let groupName: PropTypes.Requireable<string>;
        let index: PropTypes.Requireable<number>;
        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<boolean>;
    }
    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