export interface IStorytellerPrimitivesTheme { cornerRadius: number; } export declare class StorytellerPrimitivesTheme implements IStorytellerPrimitivesTheme { cornerRadius: number; }