import { SelectionCompiler } from '.'; export declare const CURR = "_curr"; export declare const ANIM_VALUE = "anim_value"; export declare const ANIM_CLOCK = "anim_clock"; export declare const EASED_ANIM_CLOCK = "eased_anim_clock"; export declare const MIN_EXTENT = "min_extent"; export declare const MAX_RANGE_EXTENT = "max_range_extent"; export declare const LAST_TICK = "last_tick_at"; export declare const IS_PLAYING = "is_playing"; export declare const THROTTLE: number; declare const point: SelectionCompiler<'point'>; export default point; //# sourceMappingURL=point.d.ts.map