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