import type { ChartFocusFilter, ChartMark, ChartValue } from './types.js'; export declare function whenFocused(mark: ChartMark, options?: ChartFocusFilter): ChartMark;