import { Meta, Story } from '@storybook/react';
import { ImageProps } from '..';
declare const _default: Meta<ImageProps>;
export default _default;
export declare const Usage: Story<ImageProps>;
export declare const Fallback: Story<ImageProps>;
export declare const FallbackComponent: Story<ImageProps>;
