import type { ViewerPluginCreator } from 'wix-rich-content-common'; import type { PollPluginViewerConfig } from './types'; import { POLL_TYPE } from './types'; export { POLL_TYPE }; export declare const pluginPoll: ViewerPluginCreator; //# sourceMappingURL=viewer.d.ts.map