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