import { EventEmitter, OnChanges, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DotsComponent implements OnInit, OnChanges {
    count: number;
    activeIndex: number;
    small: boolean;
    selected: EventEmitter<any>;
    dots: any[];
    constructor();
    clickHandler(index: number): void;
    ngOnChanges(changes: any): void;
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DotsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DotsComponent, "sdk-dots", never, { "count": "count"; "activeIndex": "activeIndex"; "small": "small"; }, { "selected": "selected"; }, never, never, false>;
}
