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