export interface ExtraSettings {
    showArrows: boolean;
    showBullets: boolean;
    arrowLeftLabel: string;
    arrowRightLabel: string;
    listenToEvents: boolean;
}
