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