import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
export declare const WidgetConfigOutputSyntaxHighlightTheme: core.serialization.Schema<serializers.WidgetConfigOutputSyntaxHighlightTheme.Raw, ElevenLabs.WidgetConfigOutputSyntaxHighlightTheme>;
export declare namespace WidgetConfigOutputSyntaxHighlightTheme {
    type Raw = "light" | "dark";
}
