import { OnInit, EventEmitter, QueryList, ElementRef, SimpleChange } from '@angular/core'; import { LayoutType, SegmentOption, Props } from './types'; import { TemplateRefDirective } from 'cty-mobile-ui/directives'; import * as i0 from "@angular/core"; export declare class CtySegmentSlides implements OnInit { templateChildrenRefs: QueryList; slidesEl: ElementRef | undefined; segments: Array; autoHeight: boolean; top: number | string; props: Props; layout: LayoutType; observer: boolean; observerParents: boolean; ctySlideChange: EventEmitter; _slideValue: number; _segments: SegmentOption[]; _top: string; _props: { label: string; icon: string; }; get tempRefs(): any; ngOnInit(): void; ngOnChanges(changes: SimpleChange): void; segmentChanged(): void; doSlideTo(index: number): void; ionSlideWillChange(): void; getActiveIndex(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }