// These files are expected to exist in the user's project declare module "~start/root" { import { Component } from "solid-js"; const rootComponent: Component; export default rootComponent; }