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