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