import type { Meta, StoryObj } from '@storybook/react'; import type { ComponentProps } from 'react'; import { Search } from '../../components/Search/Search'; declare const meta: Meta>; export default meta; type Story = StoryObj; export declare const LeftSearch: Story; export declare const RightSearch: Story;