import { FC } from 'react';
import { SubotInlineNodeProps } from "./";
/***************** type: TEXT, IMAGE ***************/
declare const SubotInlineNode: FC<SubotInlineNodeProps>;
export default SubotInlineNode;
