import { NativeSelect, NativeSelectOptGroup, NativeSelectOption, } from "@/styles/base-nova/ui/native-select" export default function NativeSelectGroups() { return ( Select department Frontend Backend DevOps Sales Rep Account Manager Sales Director Customer Support Product Manager Operations Manager ) }