export const DragItemSource: import("react-dnd").DndComponentClass>; export const DropItemTarget: import("react-dnd").DndComponentClass>, import("react-dnd").Omit, "connectDropTarget">>; export default ItemWithContext; declare class Item extends React.PureComponent { constructor(props: any); constructor(props: any, context: any); state: { shouldRenderChildren: boolean; }; unmounted: boolean; componentWillUnmount(): void; componentDidMount(): void; componentDidUpdate(): void; updateShouldRenderChildren(): void; render(): any; handleNode: Element | Text | null | undefined; } declare class ItemWithContext extends React.PureComponent { constructor(props: any); constructor(props: any, context: any); render(): React.JSX.Element; } import React from 'react'; //# sourceMappingURL=Item.d.ts.map