export interface StyleOption { /** Style label to display on switcher */ label: string; styleName: string; styleUrl: string; }