export interface StudioTextStyleShadowModel { enabled: boolean; color: string; opacity: number; blur: number; offsetX: number; offsetY: number; }