import { SectionObject } from './helper/section-object'; import { EventEmitter } from '@angular/core'; import { ActionMode } from '@angular-boot/util'; import { Toolkit2 } from '@angular-boot/util'; export declare abstract class BaseComponentOne { selectedActionMode_Out: EventEmitter; selectedActionMode_In: ActionMode; Toolkit2: typeof Toolkit2; ActionMode: typeof ActionMode; selectedActionMode: ActionMode; goToSlide(slideNumber: number): void; goToSection1(carouselSelector: any, slideNumber: any, actionMode: any, id: any, index: any, callFunc?: any): void; goToSection(sectionObject: SectionObject, callFunc?: any): void; goToSection2(sectionObject: SectionObject, callFunc?: any, that?: any): void; }