import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Poll: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Poll;
