import { DialogAction } from './dialog'; export declare type DrawerAction = Omit; export declare function useDrawerAction(action: DrawerAction, context?: any): { [x: string]: (e: import("react").MouseEvent) => Promise; }; export default useDrawerAction;