export interface IStorytellerInstructionsButtonsTheme { textColor: string | null; backgroundColor: string | null; } export declare class StorytellerInstructionsButtonTheme implements IStorytellerInstructionsButtonsTheme { textColor: string | null; backgroundColor: string | null; }