export interface Ui { wrapper: string; container: string; item: string; arrows: Arrows; indicators: Indicators; } export interface Arrows { wrapper: string; } export interface Indicators { wrapper: string; base: string; active: string; inactive: string; }