export { default as NativeSelect } from './NativeSelect.svelte';
export type { NativeSelectProps, SelectItem } from './NativeSelect';