import { TimelineProps } from '../models/TimelineModel'; import { TimelinePropsV2 } from '../models/TimelinePropsV2'; import { default as React } from 'react'; type ChronoProps = TimelineProps | TimelinePropsV2; declare const _default: React.NamedExoticComponent; export default _default; //# sourceMappingURL=index.d.ts.map