export declare class IvTabs { labels: string[]; classModifier?: string; tabLayout: 'horizontal' | 'vertical'; activeTab: number; render(): any; }