import './Image.css'; import React from 'react'; import { PropsWithJsxAttributes } from '../../../utils/types/PropsWithJsxAttributes'; export type StoryBookModsProps = PropsWithJsxAttributes<{}, 'img'>; export declare const cnImage: import("@bem-react/classname").ClassNameFormatter; export declare const Image: React.FC; export declare const createImageComponent: (src: string) => () => import("react/jsx-runtime").JSX.Element;