import type { StoryObj } from "@storybook/react-vite"; import React from "react"; import Select, { type NDSSelectProps } from "./Select"; declare const _default: { title: string; component: