import { ComponentWrapper, ElementWrapper } from '@awsui/test-utils-core/dom'; export default class StructuredItemWrapper extends ComponentWrapper { static rootSelector: string; findContent(): ElementWrapper; findIcon(): ElementWrapper | null; findActions(): ElementWrapper | null; findSecondaryContent(): ElementWrapper | null; }