import { default as SystemTimeLine } from './system-time-line.component.js';
export * from './system-time-line.component.js';
export default SystemTimeLine;
declare global {
    interface HTMLElementTagNameMap {
        'dap-ds-icon-time-line': SystemTimeLine;
    }
}
