import { Meta, StoryObj } from '@storybook/react';
import { IconSearchGrid } from './IconSearchGrid';
declare const meta: Meta<typeof IconSearchGrid>;
export default meta;
type Story = StoryObj<typeof IconSearchGrid>;
export declare const Default: Story;
export declare const WithPopover: Story;
