FAQ: I am receiving the error “Error: 'Prop' is not exported by node_modules/@stencil/core/internal/stencil-core/index.js”

Prop should be imported from @stencil/core, not @stencil/core/internal. The @stencil/core/internal package is meant only to be consumed by Stencil internals, and should therefore not be used by Stencil users.