Place this in a Razor file in a project not called "Foo":
@namespace Foo
<h1>blah</h1>
Run extract to component, and the component will be created fine, but since it doesn't bring the @namespace across, when you go back to the originating component, the <Component /> tag will be unrecognized and squiggled.