import { Sheet } from "@fortune-sheet/core";
import React from "react";
declare type Props = {
    sheet: Sheet;
    isDropPlaceholder?: boolean;
};
declare const SheetItem: React.FC<Props>;
export default SheetItem;
