/** * The root layout wraps every route in the app. * It's responsible for navigating to the correct start path. */ export default function RootLayout(): import("preact/compat").JSX.Element;