import { Meta, StoryObj } from '../../../../storybook/react-vite';
import { ChopLogicSelectExample } from './Select.example.tsx';
declare const meta: Meta<typeof ChopLogicSelectExample>;
export default meta;
type Story = StoryObj<typeof ChopLogicSelectExample>;
export declare const Example: Story;
