import { default as DapDSCallout } from './callout.component.js'; export * from './callout.component.js'; export default DapDSCallout; declare global { interface HTMLElementTagNameMap { 'dap-ds-callout': DapDSCallout; } }