import { MarkerInteractionState } from '../types/marker.js'; import { SelectionState } from '../types/state.js'; export declare const buildMarkerBrightnessState: ({ data, hoveredGroup, hoveredListItem, pinnedGroup }: SelectionState, markerId: string, isHoveringListItem: boolean) => MarkerInteractionState;