import { type StoryObj } from "@storybook/react";
import { Select } from "./Select";
declare const _default: {
    title: string;
    component: typeof Select;
};
export default _default;
type Story = StoryObj<typeof Select>;
export declare const Primary: Story;
