import { InputsForm } from '../cypress/assertInitialFormState/type'; /** * Function to get the name of the DOM element based on the type of the element * @param typeElement - The type of the element * @returns The name of the DOM element */ export declare const getFieldNameDomElement: (typeElement: InputsForm["typeElement"]) => "input" | "textarea";