import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';
/**
 * @action Share
 * @section Content Types > Sharing > System
 * @icon Sharing
 *
 * Prompts to share the input.
 *
 * ```js
 * share();
 * ```
 */
declare const share: () => WFWorkflowAction;
export default share;
