import { TextCase } from './textCase'; export interface IStorytellerButtonsTheme { backgroundColor: string | null; textColor: string | null; textCase: TextCase; cornerRadius: number | null; } export declare class StorytellerButtonsTheme implements IStorytellerButtonsTheme { backgroundColor: string | null; textColor: string | null; textCase: TextCase; cornerRadius: number | null; }