import type { FieldInputForm } from "../typing/globals/interfaces.js"; import type { TextsProp } from "../typing/globals/proptypes.js"; export declare function getTexts(texts: TextsProp): (field: FieldInputForm) => { label: string; placeholder: string | undefined; name: T; type: any; };