import React from "react"; export declare type SortableItemProps = Omit & { uniqueKey: string; disabled?: boolean; }; declare const SortableItem: React.FC; export { SortableItem };