import { ComponentInterface } from '../../stencil-public-runtime'; import { STTrack } from '../../models/sdk/track'; export declare class TrackCollection implements ComponentInterface { host: HTMLStaytunedDesktopPlayerElement; tracks: STTrack[]; currentTrack: STTrack; playingStatus: string; format: string; renderActions: (_: STTrack) => void; iOSStaticPicto: boolean; paginate: boolean; blackTheme: boolean; private pageSize; currentPage: number; private previousScrollValue; showMore: () => void; componentDidRender(): void; resetPagin(oldValue: any, newValue: any): void; render(): any; }