import React from 'react'; export declare const CrudForm: { (props: any): React.JSX.Element; propTypes: { /** * Entity attributes for selected entity within catalog */ entityAttributes: any; /** * Foreign key data for selected entity within catalog */ foreignKeyData: any; /** * Entity data */ crudTableEditionData: any; /** * onClick event for closing sidesheet */ closeSideSheet: any; /** * onClick event for creating */ onCreate: any; /** * onClick event for updating */ onUpdate: any; /** * Ref attached to the underlying form, exposing the final-form API * (handleSubmit, submitting, pristine) so a submit button rendered outside * the form — e.g. in a drawer footer slot — can submit it */ formApiRef: any; /** * Hides the built-in Save button. Set this when the consumer renders its own * submit control outside the form and drives it via formApiRef */ hideSubmitButton: any; }; }; //# sourceMappingURL=CrudForm.d.ts.map