import React, { PropsWithChildren } from "react";
export declare const PaneView: React.FC<PropsWithChildren<{}>>;
