import { FlexboxProps } from "../../Flex/type.mjs";
import * as _$react from "react";
//#region src/SortableList/components/SortableItem.d.ts
interface SortableItemProps extends Omit<FlexboxProps, 'id'> {
  id: string | number;
  variant?: 'borderless' | 'filled' | 'outlined';
}
declare const SortableItem: _$react.NamedExoticComponent<SortableItemProps>;
//#endregion
export { SortableItem };
//# sourceMappingURL=SortableItem.d.mts.map