import { Meta, StoryObj } from '@storybook/html-vite';
import { StoryArgs } from './shared';
declare const meta: Meta;
export default meta;
type Story = StoryObj;
/**
* Fixed output size with PNG format.
* Always outputs 512x512px PNG image regardless of selection size.
*/
export declare const FixedOutputPNG: Story;
/**
* Compressed JPEG output for smaller file size.
* Uses 70% compression for smaller files with good quality.
*/
export declare const CompressedJPEG: Story;
/**
* Original selection size output.
* Outputs the exact size of the selected area without scaling.
*/
export declare const OriginalSize: Story;
//# sourceMappingURL=Output.stories.d.ts.map