TypeScript error on project that uses Plasmic

Hey folks I am trying to generate types on a project that includes a plasmic project, and getting a typescript error on running tsc on a plasmic generated component.

TS4023: Exported variable 'PlasmicAdditionalFeeModalContent<Plasmic generated component>' has or is using name 'AddFullServiceProductPricingProps' from external module "<my local component path>/AddFullServiceProductPricing" but cannot be named.

Is the AddFullServiceProductPricingProps type exported?