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