export declare const appTemplate = "import { SandboxApp } from \"@fluentui/code-sandbox\"\nimport * as React from \"react\";\nimport * as ReactDOM from \"react-dom\";\n\nimport Example from \"./example\";\n\n//\n// You can edit this example in \"example.js\" or \"example.tsx\".\n//\n\nReactDOM.render(\n \n \n ,\n document.getElementById(\"root\")\n);\n";