import { StoryObj } from '@storybook/html'; import { IconProps } from './Icon'; declare const meta: { title: string; }; export default meta; type Story = StoryObj; export declare const Icons: Story;