import React from "react"; import { Sheet as SheetType } from "@fortune-sheet/core"; import "./index.css"; type Props = { sheet: SheetType; }; declare const Sheet: React.FC; export default Sheet;