export declare const WidgetConfigResponseModelSyntaxHighlightTheme: {
    readonly Light: "light";
    readonly Dark: "dark";
};
export type WidgetConfigResponseModelSyntaxHighlightTheme = (typeof WidgetConfigResponseModelSyntaxHighlightTheme)[keyof typeof WidgetConfigResponseModelSyntaxHighlightTheme];
