import { KendoComponent } from '../_types/component';
export declare const TIMELINECIRCLE_CLASSNAME = "k-timeline-circle";
export declare const TimelineCircle: KendoComponent<React.HTMLAttributes<HTMLSpanElement>>;
export default TimelineCircle;
