import { LitElement, nothing } from "lit"; import type { MediaType, SlashCommand } from "@ringg/core"; export declare class CallControls extends LitElement { static styles: import("lit").CSSResult[]; callMode: MediaType; isCalling: boolean; isMicEnabled: boolean; slashCommands: SlashCommand[]; private _inputValue; private _showSlashMenu; render(): import("lit").TemplateResult<1> | typeof nothing; private _renderAudioControls; private _renderTextControls; private _handleInput; private _handleKeydown; private _sendMessage; private _handleSlashSelect; } declare global { interface HTMLElementTagNameMap { "ringg-call-controls": CallControls; } } //# sourceMappingURL=call-controls.d.ts.map