import { Meta, StoryObj } from '@storybook/react-vite';
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;
export declare const CustomSizes: Story;
