import type { StoryObj } from '@storybook/web-components-vite'; import type { USAIconElement } from './icon.element.js'; declare const meta: { title: string; tags: never[]; render(args: USAIconElement): import("lit-html").TemplateResult<1>; argTypes: {}; args: {}; }; export default meta; type Story = StoryObj; export declare const AllIcons: Story;