import type { PollVote as PollVoteType } from 'stream-chat';
type PollVoteProps = {
    vote: PollVoteType;
};
export declare const PollVote: ({ vote }: PollVoteProps) => import("react/jsx-runtime").JSX.Element;
export type PollVoteListingProps = {
    votes: PollVoteType[];
};
export declare const PollVoteListing: ({ votes }: PollVoteListingProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=PollVote.d.ts.map