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