import { ComponentWrapper, ElementWrapper } from '@cloudscape-design/test-utils-core/dom'; export default class TooltipWrapper extends ComponentWrapper { static rootSelector: string; /** * Returns the tooltip content element. * Searches within this tooltip's scope to avoid conflicts with popovers. */ findContent(): ElementWrapper | null; }