import { ComponentInterface } from '../../stencil-public-runtime'; export declare class Q2Carousel implements ComponentInterface { index: number; siblingCount: number; hideFromScreenReader: boolean; isActivePane: boolean; label: string; hostElement: HTMLElement; get currentPaneIndex(): any; loc(key: string, subs?: string[]): string; generatePaneClass: (currentIndex: number) => string; render(): any; }