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