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

/**
 * Selects let buyers choose one option from an options menu. Consider select
 * when you have 4 or more options, to avoid cluttering the interface.
 */
const Select = createRemoteComponent('Select');

export { Select };
