import type { BoxProps } from '@mui/material'; interface ErrorViewerProps extends BoxProps { error?: Error; } export type { ErrorViewerProps }; //# sourceMappingURL=ErrorViewerProps.d.ts.map