import { StateSetter } from "@chasemoskal/magical";
import { Waiting } from "../types/waiting.js";
export declare function renderKeybind(waiting: undefined | Waiting, setWaiting: StateSetter<undefined | Waiting>, setShowDialog: StateSetter<boolean>): ([effect, keycodes]: [string, string[][]]) => void | import("lit-html").TemplateResult;
