import React from 'react'; export declare const ActionForm: { (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; }; }; //# sourceMappingURL=ActionForm.d.ts.map