ComponentHostConstructor
components.types.ts:327Newable type used by getComponentByType / hasComponentByType / etc.
Accepts any constructor that produces a T — the engine never invokes
it, it's used purely as an instanceof discriminator.
(args: never[]) => T