import type { FormControlElementAttributes } from '../definitions/attributes.js'; import { AracnaFormControlElement as FormControlElement } from '../elements/core/form-control-element.js'; export declare function getFormControlElementValue(element: FormControlElement): T; export declare function getFormControlElementValue(attributes: FormControlElementAttributes): T;