import { ComponentWrapper, ElementWrapper } from '@cloudscape-design/test-utils-core/dom'; export default class DragHandleWrapper extends ComponentWrapper { static rootSelector: string; findAllVisibleDirectionButtons(): Array | null; findVisibleDirectionButtonBlockStart(): ElementWrapper | null; findVisibleDirectionButtonBlockEnd(): ElementWrapper | null; findVisibleDirectionButtonInlineStart(): ElementWrapper | null; findVisibleDirectionButtonInlineEnd(): ElementWrapper | null; }