import React from 'react'; import type { ErrorRenderProps } from './Props.ts'; export declare function ErrorRender({ onCancel, error, noErrorDisplay, customError, children, scope, useLocation, slotProps, sx, ...props }: ErrorRenderProps): React.JSX.Element; //# sourceMappingURL=Render.d.ts.map