import React from 'react';
import { ComponentStory, ComponentMeta } from '@storybook/react';
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("./Image").ImageProps & React.RefAttributes<HTMLImageElement>>>;
export default _default;
export declare const Story: () => JSX.Element;
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<import("./Image").ImageProps & React.RefAttributes<HTMLImageElement>>>;
export declare const DefaultRounded: ComponentStory<React.ForwardRefExoticComponent<import("./Image").ImageProps & React.RefAttributes<HTMLImageElement>>>;
export declare const LargeRounded: ComponentStory<React.ForwardRefExoticComponent<import("./Image").ImageProps & React.RefAttributes<HTMLImageElement>>>;
export declare const FullRounded: ComponentStory<React.ForwardRefExoticComponent<import("./Image").ImageProps & React.RefAttributes<HTMLImageElement>>>;
export declare const NotRounded: ComponentStory<React.ForwardRefExoticComponent<import("./Image").ImageProps & React.RefAttributes<HTMLImageElement>>>;
//# sourceMappingURL=Image.stories.d.ts.map