import type createSelect from './create-select';
declare const Select: ReturnType<typeof createSelect>;
export default Select;
