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