import type { ReactNode } from "react"; import { type PanelFrameInput } from "./panel-frame.js"; export declare function PanelFrame(props: PanelFrameInput): ReactNode;