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