import { ServerContext } from '../index'; import { FC } from '../jsxFactory'; declare const Router: FC; export default Router; declare type RouterProps = { path: string; };