export declare const config: { uploadIconFormConfig: ({ code: string; dataType: string; editable: boolean; inputType: string; label: string; name: string; placeholder: string; renderingHints: { class: string; }; required: boolean; visible: boolean; validations: { type: string; message: string; }[]; description?: undefined; } | { code: string; visible: boolean; editable: boolean; dataType: string; name: string; placeholder: string; renderingHints: { class: string; }; description: string; inputType: string; label: string; required: boolean; validations: any[]; } | { code: string; dataType: string; editable: boolean; inputType: string; label: string; name: string; placeholder: string; renderingHints: { class: string; }; required: boolean; visible: boolean; validations?: undefined; description?: undefined; })[]; }; //# sourceMappingURL=asset-browser.data.d.ts.map