import { Dialog } from './src/Dialog.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-dialog': Dialog;
    }
}