import './ResponsesImage.css'; import React from 'react'; import { PropsWithHTMLAttributes } from '../../utils/types/PropsWithHTMLAttributes'; export type ResponsesImageProps = PropsWithHTMLAttributes<{}, HTMLDivElement>; export declare const cnResponsesImage: import("@bem-react/classname").ClassNameFormatter; export declare const ResponsesImage: React.ForwardRefExoticComponent, "css"> & React.RefAttributes>;