export interface StudioTextStyleOutlineModel {
    enabled: boolean;
    color: string;
    opacity: number;
    width: number;
}
