import React, { PropsWithChildren } from 'react'; import usePresenter from './usePresenter'; import { SortableItemProps } from './types'; declare function SortableItem(props: PropsWithChildren>): React.JSX.Element; declare const _default: React.MemoExoticComponent; export default _default;