import { Meta, StoryObj } from '@storybook/react';
import { default as SvgIcon } from './SvgIcon';

declare const meta: Meta<typeof SvgIcon>;
export default meta;
type Story = StoryObj<typeof SvgIcon>;
export declare const MaterialIcon: Story;
export declare const WithCustomClass: Story;
