import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum GridStyleRepositoryKeys { HeaderSeparatorColorKey = 0, RowSeparatorColorKey = 1, StickyRowSeparatorColorKey = 2, LastStickyRowSeparatorColorKey = 3, HeaderRowSeparatorColorKey = 4, CellDeleteTextColorKey = 5, CellTextColorKey = 6, BarColorKey = 7, BarOutlineColorKey = 8, ActivationBorderColorKey = 9, CellSelectedBackgroundColorKey = 10, CellSelectedTextColorKey = 11, CellBackgroundColorKey = 12, CellHoverBackgroundColorKey = 13, HeaderBackgroundColorKey = 14, SortIndicatorColorKey = 15, HeaderTextColorKey = 16, SectionHeaderBackgroundColorKey = 17, SectionFooterBackgroundColorKey = 18, StickyRowBackgroundColorKey = 19, PinnedRowBackgroundColorKey = 20, RootSummaryCellBackgroundColorKey = 21, SectionSummaryCellBackgroundColorKey = 22, SummaryLabelTextColorKey = 23, SummaryValueTextColorKey = 24, ColumnMoveSeparatorBackgroundColorKey = 25, ResizeSeparatorBackgroundColorKey = 26, PinnedAreaSeparatorBackgroundColorKey = 27, ColumnOptionsIconColorKey = 28, GridBorderColorKey = 29, GridBackgroundColorKey = 30, CellErrorBorderColorKey = 31, EditorRowOverlayBackgroundColorKey = 32, CellFontKey = 33, EmojiFontKey = 34, CellEditFontKey = 35, HeaderCellFontKey = 36, SummaryValueFontKey = 37, SummaryNameFontKey = 38 } /** * @hidden */ export declare let GridStyleRepositoryKeys_$type: Type;