import { createRemoteComponent } from '@remote-ui/core';

/**
 * Button is used primarily for actions, such as “Continue”, “Apply”, or “Pay”.
 */
const Button = createRemoteComponent('Button');

export { Button };
