import type { ReactNode } from "react"; import { type PlanViewInput } from "./plan-panel.js"; export declare function PlanPanel(props: PlanViewInput): ReactNode;