import React from 'react'; import type { NodeViewRendererProps } from 'ricos-types'; declare const Poll: ({ node, nodeIndex, NodeViewContainer }: NodeViewRendererProps) => React.JSX.Element; export default Poll; //# sourceMappingURL=poll.d.ts.map