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