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