import { ComponentWrapper, ElementWrapper } from '@cloudscape-design/test-utils-core/dom'; export default class ErrorBoundaryWrapper extends ComponentWrapper { static rootSelector: string; findHeader(): ElementWrapper; findDescription(): ElementWrapper; findAction(): null | ElementWrapper; findFeedbackAction(): null | ElementWrapper; findRefreshAction(): null | ElementWrapper; }