import React from 'react';
declare const useDxAction: (ref: React.MutableRefObject<HTMLElement>, action: (e: any, ...rest: any[]) => void, model: any) => void;
export default useDxAction;
