import { BaseType, Selection } from 'd3-selection'; import { Buckets } from './buckets.js'; import { TimelineData } from '../../interfaces/timeline.data.js'; export declare class CircleBuckets extends Buckets { constructor(context: Selection); plot(): void; }