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