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