import type { StoryObj } from '@storybook/web-components-vite'; import type { USAFileInputElement } from './file-input.element.js'; declare const meta: { title: string; tags: string[]; argTypes: {}; args: {}; }; export default meta; type Story = StoryObj; export declare const Single: Story; export declare const Multiple: Story; export declare const LoadFromURL: Story;