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