export declare function useFormWorkflowCustomActionProps(): {
    onClick(): Promise<void>;
};
