import { default as React } from 'react'; import { TimelineProps as AntTimelineProps } from 'antd'; import { BaseComponentProps, DataSetConfig } from '../../types/common'; export interface AndTimelineProps extends AntTimelineProps, BaseComponentProps, DataSetConfig { } export declare const AndTimeline: React.FC; export default AndTimeline; //# sourceMappingURL=index.d.ts.map