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