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