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; dataSrc?: undefined; data?: undefined; defaultValue?: undefined; } | { weight: number; type: string; input: boolean; key: string; label: string; placeholder: string; tooltip: string; validate: { required: boolean; }; autofocus: boolean; overrideEditForm: boolean; ignore?: undefined; dataSrc?: undefined; data?: undefined; defaultValue?: undefined; } | { type: string; label: string; key: string; input: boolean; weight: number; placeholder: string; tooltip: string; ignore?: undefined; validate?: undefined; autofocus?: undefined; overrideEditForm?: undefined; dataSrc?: undefined; data?: undefined; defaultValue?: undefined; } | { type: string; label: string; key: string; input: boolean; weight: number; tooltip: string; ignore?: undefined; placeholder?: undefined; validate?: undefined; autofocus?: undefined; overrideEditForm?: undefined; dataSrc?: undefined; data?: undefined; defaultValue?: undefined; } | { type: string; label: string; key: string; input: boolean; tooltip: string; dataSrc: string; data: { values: { label: string; value: string; }[]; }; defaultValue: string; weight: number; ignore?: undefined; placeholder?: undefined; validate?: undefined; autofocus?: undefined; overrideEditForm?: undefined; })[]; export default _default;