/**
 * ---------------------------------------------------------------------
 * 🔒 AUTOGENERATED BY VENDORISM
 * Removing this comment will prevent it from being managed by it.
 * ---------------------------------------------------------------------
 */
import SynDialog from './dialog.component.js';
export * from './dialog.component.js';
export default SynDialog;
declare global {
    interface HTMLElementTagNameMap {
        'syn-dialog': SynDialog;
    }
}
