import type { RendererFC, RendererProps } from 'jamis-core';
import type { TimelineSchema } from '../types';
interface TimelineProps extends RendererProps, Omit<TimelineSchema, 'className'> {
}
export declare const TimelineRenderer: RendererFC<TimelineProps>;
export {};
