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