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

/**
 * Use choice lists to present a list of choices where buyers can make
 * a single selection or multiple selections.
 */
const ChoiceList = createRemoteComponent('ChoiceList');

export { ChoiceList };
