import type { ReactNode } from "react"; import { type ConfirmViewInput } from "./confirm-panel.js"; export declare function ConfirmPanel(props: ConfirmViewInput): ReactNode;