/** To generate the nodeIds: * 1. In your Figma file (the same one from figmaUrl), find your component frame. * 2. Right click the component to open the dropdown. * 3. Go to Copy/Paste as > Copy link. * 4. Copy the value set to the url param node-id (e.g. ...?node-id=9646-8266&t=... The nodeId=9646-8266). * 5. Set your ComponentName: nodeId * **/ declare const FigmaEmbed: ({ component }: { component: any; }) => import("react").JSX.Element; export default FigmaEmbed; //# sourceMappingURL=figma-embed.d.ts.map