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