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