export type IndexAnchorThemeVars = { indexAnchorZIndex?: number | string; indexAnchorPadding?: string; indexAnchorTextColor?: string; indexAnchorFontWeight?: string; indexAnchorFontSize?: string; indexAnchorLineHeight?: number | string; indexAnchorBackground?: string; indexAnchorStickyTextColor?: string; indexAnchorStickyBackground?: string; };