import * as React from 'react'; export declare const useActionValidator: () => { handleAction: React.MouseEventHandler; shouldSkipValidation: () => { skipField: boolean; }; };