import { FormElement as FormElementType } from '../models'; type ValidationOptions = { [key: string]: any; }; export default function formElementValidation(element: FormElementType, register: Function, options?: ValidationOptions): any; export {}; //# sourceMappingURL=form_element_validation.d.ts.map