import { default as DapDSTimeline } from './timeline.component';
export * from './timeline.component';
export default DapDSTimeline;
declare global {
    interface HTMLElementTagNameMap {
        'dap-ds-timeline': DapDSTimeline;
    }
}
