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