import { DraggableItemProps } from './interface'; declare function Item(props: DraggableItemProps): JSX.Element; export default Item;