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