export interface IStorytellerPollsTheme { answerTextColor: string | null; percentBarColor: string; selectedAnswerBorderColor: string | null; answeredMessageTextColor: string | null; selectedAnswerBorderImage: string | null; showVoteCount: boolean; showPercentBarBackground: boolean; } export declare class StorytellerPollsTheme implements IStorytellerPollsTheme { answerTextColor: string | null; percentBarColor: string; selectedAnswerBorderColor: string | null; answeredMessageTextColor: string | null; selectedAnswerBorderImage: string | null; showVoteCount: boolean; showPercentBarBackground: boolean; }