export type IndexListThemeVars = { indexListSidebarZIndex?: string | number; indexListIndexFontSize?: string; indexListIndexLineHeight?: string; indexListIndexFontWeight?: string; indexListIndexPadding?: string; indexListIndexActiveColor?: string; indexAnchorZIndex?: string | number; indexAnchorPadding?: string; indexAnchorColor?: string; indexAnchorFontWeight?: string; indexAnchorFontSize?: string; indexAnchorLineHeight?: string; indexAnchorBackgroundColor?: string; indexAnchorStickyColor?: string; indexAnchorStickyBackgroundColor?: string; };