import Select from './index';
import type { Meta, StoryObj } from '@storybook/react';
declare const meta: Meta<typeof Select>;
export default meta;
type Story = StoryObj<typeof Select>;
export declare const SelectDemo1: Story;
export declare const SelectDemo2: Story;
export declare const SelectDemo3: Story;
export declare const SelectDemo4: Story;
export declare const SelectDemo5: Story;
