import { Meta, StoryObj } from '@storybook/html-vite';
import { StoryArgs } from './shared';
declare const meta: Meta;
export default meta;
type Story = StoryObj;
/**
* File size restriction (max 2MB).
* Will show error if user selects a file larger than 2MB.
*/
export declare const MaxFileSize2MB: Story;
/**
* Custom button labels for localization.
* Example with Russian labels.
*/
export declare const RussianLabels: Story;
/**
* Custom button labels - German example.
*/
export declare const GermanLabels: Story;
//# sourceMappingURL=Validation.stories.d.ts.map