import type { Meta, StoryObj } from "@storybook/react"; import { FilePicker } from "../FilePicker/index.js"; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const AreaType: Story; export declare const AreaWithLabel: Story; export declare const AreaWithLabelRequired: Story; export declare const AreaWithDescription: Story; export declare const AreaWithNotes: Story; export declare const AreaWithErrors: Story; export declare const AreaDisabled: Story; export declare const AreaWithValidateFunction: Story; export declare const AreaFullExample: Story; export declare const Compact: Story; export declare const CompactWithLabel: Story; export declare const CompactWithLabelRequired: Story; export declare const CompactWithDescription: Story; export declare const CompactWithNotes: Story; export declare const CompactWithErrors: Story; export declare const CompactDisabled: Story; export declare const CompactWithValidateFunction: Story; export declare const CompactFullExample: Story; /** * Reproduces the Website Builder style sidebar at its 206px value column: the preview stacks, * the file name truncates in the middle so the extension and version suffix survive, and the * actions spell themselves out instead of costing a fixed block of the row. */ export declare const CompactWithLongFileNameInNarrowContainer: Story; export declare const Documentation: Story;