Not able to auto import Registered Component on generating code

Hello,
I registered a custom component with name of figma design layer and want to auto import in generated code by figma design.
Can you please suggest how It is possible?
I have to purchase any plan for auto import component?

// builder-registry.js
Builder.registerComponent(SearchBar, {
  name: "Search Bar",
  inputs: [{ name: "title", type: "text" }],
  image: "https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F6bef27ee40d24f3b88239fd7e616f82a",
});

Hey @tarachand-nuvama , you can use Component Mapping to link your Figma elements with your Builder custom components. Please note that this feature is available on the enterprise plan.

Alternatively, you can create custom components, save them as Templates or Symbols, and incorporate them into your Figma-imported pages.