import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
export declare const WidgetTextContents: core.serialization.ObjectSchema<serializers.WidgetTextContents.Raw, ElevenLabs.WidgetTextContents>;
export declare namespace WidgetTextContents {
    interface Raw {
        main_label?: string | null;
        start_call?: string | null;
        start_chat?: string | null;
        new_call?: string | null;
        end_call?: string | null;
        mute_microphone?: string | null;
        change_language?: string | null;
        collapse?: string | null;
        expand?: string | null;
        copied?: string | null;
        accept_terms?: string | null;
        dismiss_terms?: string | null;
        listening_status?: string | null;
        speaking_status?: string | null;
        connecting_status?: string | null;
        chatting_status?: string | null;
        input_label?: string | null;
        input_placeholder?: string | null;
        input_placeholder_text_only?: string | null;
        input_placeholder_new_conversation?: string | null;
        user_ended_conversation?: string | null;
        agent_ended_conversation?: string | null;
        conversation_id?: string | null;
        error_occurred?: string | null;
        copy_id?: string | null;
        initiate_feedback?: string | null;
        request_follow_up_feedback?: string | null;
        thanks_for_feedback?: string | null;
        thanks_for_feedback_details?: string | null;
        follow_up_feedback_placeholder?: string | null;
        submit?: string | null;
        go_back?: string | null;
        send_message?: string | null;
        text_mode?: string | null;
        voice_mode?: string | null;
        switched_to_text_mode?: string | null;
        switched_to_voice_mode?: string | null;
        copy?: string | null;
        download?: string | null;
        wrap?: string | null;
        agent_working?: string | null;
        agent_done?: string | null;
        agent_error?: string | null;
    }
}
