export interface ThemeInterface { name: string; baseColor: string; backgroundColor: string; cardBgColor: string; cardShadow: string; cardDelimiter: string; cardResizer: string; labelColor: string; buttonColor: string; buttonBgColor: string; darkButtonBg: string; darkButtonHoverBg: string; errorBg: string; errorBgType: string; lalbelErrorColor: string; inputErrorBg: string; workspaceName: string; workspaceEndpoint: string; workspaceIconColor: string; workspaceIconHover: string; workspaceButtonHover: string; queriesSidebarTitleColor: string; queriesSidebarLinkColor: string; queriesSidebarLinkActiveColor: string; queriesSidebarLinkActiveBgColor: string; queriesSidebarLinkHoverBgColor: string; limboBgColor: string; limboColor: string; limboSecondaryColor: string; limboTableColor: string; limboDelimiter: string; limboNumberOfChanges: string; limboChangeBarText: string; querySectionTitleColor: string; querySectionTitleChangesColor: string; querySectionHeaderColor: string; querySectionHeaderBgColor: string; querySectionHeaderChangesBgColor: string; querySectionHeaderBorderColor: string; querySectionHeaderShadow: string; querySectionButtonColor: string; querySectionButtonHoverBgColor: string; querySectionRunButtonColor: string; querySectionRunButtonBgColor: string; querySectionRunButtonHoverBgColor: string; queryEditorBgColor: string; queryEditorSelectBgColor: string; queryEditorGutterColor: string; queryEditorFadeColor: string; queryEditorBaseColor: string; queryEditorAccentColor: string; queryEditorErrorColor: string; queryEditorHintShadow: string; queryEditorHintInfo: string; contextMenuBgColor: string; contextMenuShadow: string; contextMenuLinkColor: string; contextMenuLinkHoverBgColor: string; contextMenuButtonColor: string; contextMenuButtonHoverBgColor: string; contextMenuLimboColor: string; contextMenuLimboHoverBgColor: string; nodeSidebarTopBorderColor: string; nodeSidebarFieldNameColor: string; nodeSidebarFieldTypeColor: string; nodeSidebarInputColor: string; nodeSidebarInputBgColor: string; inputDisabledColor: string; inputFocusBgColor: string; nodeSidebarInputLimboBgColor: string; nodeSidebarInputLimboColor: string; inputHoverBorderColor: string; inputLimboBorderColor: string; inputFocusBorderColor: string; tableHeaderShadow: string; tableHeaderDelimiter: string; tableActiveRow: string; tableTextColor: string; tableDataLoading: string; dataBroserBg: string; selectBg: string; selectBgInactive: string; selectColor: string; modalBackground: string; activeRow: string; activeRowColor: string; hoverRow: string; icon: { color: string; background: string; activeColor: string; activeBackground: string; }; font: { body: string; details: string; }; } export declare const lightTheme: ThemeInterface;