import { ReactNode } from '../../shims/react-compat-shim.js'; interface Props { children: ReactNode; } export default function Error({ children }: Props): any; export {}; //# sourceMappingURL=Error.d.ts.map