import { ComponentWrapper, ElementWrapper } from "@awsui/test-utils-core/selectors"; export default class FormFieldWrapper extends ComponentWrapper { static rootSelector: string; findControl(): ElementWrapper; findLabel(): ElementWrapper; findInfo(): ElementWrapper; findConstraint(): ElementWrapper; findError(): ElementWrapper; findWarning(): ElementWrapper; findDescription(): ElementWrapper; findSecondaryControl(): ElementWrapper; }