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