import { ActionButton } from '@rocket.chat/fuselage'; import React from 'react'; const Action = ({ label, ...props }) => ; export default Action;