import { DialogFormAction } from './dialog-form'; export declare type DrawerFormAction = DialogFormAction; export declare function useDrawerFormAction(action: DrawerFormAction, context?: any): { [x: string]: (e: import("react").MouseEvent) => Promise; }; export default useDrawerFormAction;