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