export declare function useRecordWorkflowCustomTriggerActionProps(): {
    onClick(e?: any, callback?: any): Promise<void>;
};
