var _class_call_check = require("@swc/helpers/_/_class_call_check"); // This file should not import helpers using ESM syntax var E = function Foo() { "use strict"; _class_call_check._(this, Foo); }; exports.Component = E;