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