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