import type { Meta, StoryObj } from '@storybook/react'; import { SmartIcon } from './SmartIcon'; declare const meta: Meta; export default meta; declare type Story = StoryObj; export declare const SmartIconStory: Story;