import { GlideSizeConfig, SIZE } from '../constants'; import { ActiveTheme } from './activeTheme.type'; export type ThemeCustoms = ReturnType & { rowSize: SIZE; activeSizes: GlideSizeConfig; }; export declare const getCustomColors: (activeTheme: ActiveTheme) => { tokens: import('../tokens').Tokens; fonts: import('../fonts').Fonts; fontMetrics: import('../fonts').FontMetrics; bgEditableCell: "#FFF6E5" | "#211807" | "#F1DDB8"; bgEditableCellHovered: "#FFF4E0" | "#2A1F09" | "#E8D4AD"; selectionCheckboxBg: "#ECF6FC" | "#CFE5F2" | "#EFF8FF"; selectionActiveBg: "#E2F1FB" | "#BFDDF4"; selectionActiveCheckboxBg: "#D1E9F8" | "#9BCAEA"; selectionServiceBg: "#ECF6FC" | "#CFE5F2" | "#EFF8FF"; selectionServiceActiveBg: "#D4E7F2" | "#B9D6E7"; errorOutlineColor: "#F81C42" | "#FF3D51" | "#E9203F"; bgRowHovered: "#E8EEF2" | "#F7F9FB"; bgServiceRowHovered: "#D4E7F2" | "#B9D6E7"; bgSelectedRowHovered: "#D4E7F2" | "#B9D6E7"; };