import { ComponentWrapper, ElementWrapper } from '@cloudscape-design/test-utils-core/dom'; export default class FormFieldWrapper extends ComponentWrapper { static rootSelector: string; findControl(): ElementWrapper | null; findLabel(): ElementWrapper | null; findInfo(): ElementWrapper | null; findConstraint(): ElementWrapper | null; findCharacterCount(): ElementWrapper | null; findError(): ElementWrapper | null; findWarning(): ElementWrapper | null; findDescription(): ElementWrapper | null; findSecondaryControl(): ElementWrapper | null; }