export interface ScrollerLabels {
    next: string;
    previous: string;
}
