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