import type { ReactNode } from "react"; import { type CompletionViewInput } from "./completion-rows.js"; export declare function CompletionPanel(props: CompletionViewInput): ReactNode;