declare const _default: ({ key: string; ignore: boolean; weight?: undefined; type?: undefined; input?: undefined; label?: undefined; placeholder?: undefined; tooltip?: undefined; validate?: undefined; autofocus?: undefined; overrideEditForm?: undefined; } | { weight: number; type: string; input: boolean; key: string; label: string; placeholder: string; tooltip: string; validate: { required: boolean; }; autofocus: boolean; overrideEditForm: boolean; ignore?: undefined; })[]; export default _default;