import React from "react"; import { Path } from "slate"; export declare const ShopwindowPanel: ({ nodePath }: { nodePath: Path; }) => React.JSX.Element;