import { FC } from 'react';
import { SubotInlineNodeProps } from "./";
declare const SubotInlineNodeImage: FC<SubotInlineNodeProps>;
export default SubotInlineNodeImage;
