import { ITheme } from '../themes/ITheme'; export declare class themeBlue implements ITheme { colorBgMain: string; colorBgBlock: string; colorBgHeader: string; colorBgPaginationButton: string; colorPaginationButton: string; colorA: string; colorAHover: string; colorAActive: string; colorBgAActive: string; colorBgMenuLevel1: string; colorMenuLevel1: string; colorBgMenuLevel2: string; colorMenuLevel2: string; colorBgMenuLevel3: string; colorMenuLevel3: string; colorScrollbarThumb: string; colorBgCoreOrgTree: string; colorCoreOrgTreeHighlighted: string; sizeCoreCompositionLeftpartWidth: string; sizeFormControlHeight: string; sizeCorePageHeaderHeight: string; sizeCorePaginationHeight: string; sizeCoreTabsHeight: string; sizeCoreOrgTreeWidth: string; sizeCoreOrgTreeHeaderHeight: string; sizeFileUploader: string; sizeContentContainerHeight: string; sizeScrollbarWidth: string; sizeIcon: string; sizeLeftBarFullWidth: string; sizeLeftBarCompactWidth: string; sizeLeftBarCurrentWidth: string; sizeRightBarFullWidth: string; sizeLayoutBlockCellSpacing: string; sizeLayoutBlockBorderRadius: string; sizeLeftBarBlockCellSpacing: string; sizeHeaderHeight: string; sizePaginationHeight: string; sizePaginationButtonSize: string; sizeCoreReducerIconWrapperHeight: string; typoLeftBarFontSize: string; typoPaginationFontSize: string; typoBasicFontSize: string; typoMenuActiveFontSize: string; typoFormLabelFontSize: string; typoFormLabelColor: string; decorationBoxShadow: string; }