import { Path } from "slate";
export declare type RenderPathProps = {
    path: Path;
};
export declare const RenderPath: ({ path }: RenderPathProps) => JSX.Element;
//# sourceMappingURL=renderPath.d.ts.map