export interface ConveyorTheme { scroller: string; list: string; pauseAnimation: string; animation: string; } export declare const conveyorTheme: ConveyorTheme; //# sourceMappingURL=theme.d.ts.map