import type { ReactNode } from "react"; import { type KeysViewInput } from "./keys-panel.js"; export declare function KeysPanel(props: KeysViewInput): ReactNode;