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