import { AfterViewInit } from '@angular/core'; import { SwiperComponent, SwiperDirective, SwiperConfigInterface } from 'ngx-swiper-wrapper'; export declare class FeaturesComponent implements AfterViewInit { type: string; config: SwiperConfigInterface; componentRef?: SwiperComponent; directiveRef?: SwiperDirective; ngAfterViewInit(): void; toggleType(): void; toggleDirection(): void; toggleSlidesPerView(): void; toggleOverlayControls(): void; toggleKeyboardControl(): void; toggleMouseWheelControl(): void; }