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