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