import ErrorBox from './ErrorBox'; export { ErrorBox }; export * from './ErrorBoxTitles'; export * from './ErrorBox.types'; export default ErrorBox;