import type { App } from 'vue';
import ActionTimeline from './src/action-timeline';
export * from './src/action-timeline-types';
export { ActionTimeline };
declare const _default: {
title: string;
category: string;
status: string;
install(app: App): void;
};
export default _default;