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