import {NativeSelect} from '@mantine/core';

NativeSelect.displayName = 'NativeSelect';

export {NativeSelect, type NativeSelectFactory, type NativeSelectProps} from '@mantine/core';
