import { Meta } from '@storybook/react'; import { ImageProps } from './Image'; declare const _default: Meta; export default _default; export declare const DefaultImage: import('@storybook/types').AnnotatedStoryFn; export declare const Thumbnail: () => import("react/jsx-runtime").JSX.Element; export declare const BadImageWithoutFallback: import('@storybook/types').AnnotatedStoryFn; export declare const FallBackAsJSX: import('@storybook/types').AnnotatedStoryFn; export declare const FallBackAsUrl: import('@storybook/types').AnnotatedStoryFn;