export declare class DdaTabs { type: 'text' | 'text-icon'; hover_style: 'dda-tab-default' | 'dda-tab-filed' | 'dda-tab-underline' | 'dda-tab-underline-filled'; border_bottom: boolean; custom_class?: string; component_mode?: string; button_id?: string; aria_label: string; active_tab: number; tabs: { title: string; icon: string; }[]; setActiveTab(index: number): void; render(): any; }