import { BaseStyle } from '../../Styles/BaseStyle'; export declare class PollsBubbleStyle extends BaseStyle { votePercentTextFont?: string; votePercentTextColor?: string; pollQuestionTextFont?: string; pollQuestionTextColor?: string; pollOptionTextFont?: string; pollOptionTextColor?: string; pollOptionBackground?: string; optionsIconTint?: string; totalVoteCountTextFont?: string; totalVoteCountTextColor?: string; selectedPollOptionBackground?: string; userSelectedOptionBackground?: string; pollOptionBorderRadius?: string; pollOptionBorder?: string; constructor(props: Partial); } //# sourceMappingURL=PollsBubbleStyle.d.ts.map