import { LitElement, type TemplateResult } from "lit"; import "./speech-keybinding-input.js"; export declare class KeybindingSelectorBase extends LitElement { _pushToTalkKeybinding?: string | null; _toggleToTalkKeybinding?: string | null; disabled: boolean; static styles: import("lit").CSSResult[]; protected _renderKeybindingInputs(): TemplateResult; render(): TemplateResult<1>; }