/// import DyteClient from '@dytesdk/web-core'; import { IconPack } from '../lib/icons'; import { Poll } from '../types/props'; import { DyteI18n } from '../lib/lang'; export default function ({ poll, onDyteVotePoll, iconPack, meeting, t, }: { poll: Poll; onDyteVotePoll?: any; self?: string; iconPack?: IconPack; meeting: DyteClient; t?: DyteI18n; }): JSX.Element;