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