import { View } from '../types';
export declare function NotFoundView({ onNavigate }: {
    onNavigate: (view: View) => void;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=NotFoundView.d.ts.map