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