/// <reference types="react" />
import { TimelineProps } from './type';
declare const Timeline: {
    ({ data, customIcon, direction, lineStyle }: TimelineProps): JSX.Element;
    displayName: string;
};
export default Timeline;
//# sourceMappingURL=index.d.ts.map