export declare class UiCarouselColorConfig { dotsColor?: string; arrowColor?: string; itemBackgroundColor?: string; printButtonBackgroundColor?: string; printButtonFontColor?: string; constructor(dotsColor?: string, arrowColor?: string, itemBackgroundColor?: string, printButtonBackgroundColor?: string, printButtonFontColor?: string); }