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