import React, { ReactNode } from "react"; import * as _$react_jsx_runtime0 from "react/jsx-runtime"; //#region src/lib/not-found-boundary.d.ts interface NotFoundBoundaryProps { notFound?: ReactNode; children?: ReactNode; } declare function NotFoundBoundary({ notFound, children }: NotFoundBoundaryProps): string | number | bigint | boolean | _$react_jsx_runtime0.JSX.Element | Iterable | Promise> | Iterable | null | undefined> | null | undefined; //#endregion export { NotFoundBoundary };