import type { Poll as PollClass } from 'stream-chat'; export declare const Poll: ({ poll }: { poll: PollClass; }) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=Poll.d.ts.map