type $$ComponentProps = { message: string; basePath: string; }; declare const NotFound: import("svelte").Component<$$ComponentProps, {}, "">; type NotFound = ReturnType; export default NotFound;