import type { StoryObj } from '@storybook/web-components-vite'; import type { USACardElement } from './card.element.js'; declare const meta: { title: string; tags: string[]; argTypes: {}; args: {}; }; export default meta; type Story = StoryObj; export declare const Primary: Story; export declare const Flag: Story;